Skip to content

Commit

Permalink
Try to repair ruff excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed May 11, 2024
1 parent 695c7db commit 44b3fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ testpaths = [
line-length = 110
# The lowest supported version
target-version = "py38"
exclude = ["ros_ws/**"] # Gets created by the CI pipeline

[tool.ruff.lint]
select = ["E", "F", "W", "I", "N", "UP"]
Expand Down

0 comments on commit 44b3fb7

Please sign in to comment.