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 Sep 10, 2024
1 parent 9f49ec9 commit c6c51e5
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 @@ -62,9 +62,6 @@ version.source = "vcs"

[tool.ruff]
line-length = 121
src = [
"src",
]
lint.extend-select = [
"A",
"B",
Expand Down

0 comments on commit c6c51e5

Please sign in to comment.