Skip to content

Commit

Permalink
Apply repo-review suggestion RF003
Browse files Browse the repository at this point in the history
RF003: src directory doesn't need to be specified anymore (0.6+)

Ruff now (0.6+) looks in the src directory by default. The src
setting doesn't need to be specified if it's just set to `["src"]`.
  • Loading branch information
DimitriPapadopoulos committed Aug 24, 2024
1 parent 921678d commit d83dda2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ module = ["_manylinux"]
ignore_missing_imports = true


[tool.ruff]
src = ["src"]

[tool.ruff.lint]
extend-select = [
"B",
Expand Down

0 comments on commit d83dda2

Please sign in to comment.