Skip to content

Commit 12959e1

Browse files
Apply repo-review suggestion RF003
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"]`.
1 parent c6844ba commit 12959e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ version.source = "vcs"
6262

6363
[tool.ruff]
6464
line-length = 121
65-
src = [
66-
"src",
67-
]
6865
lint.extend-select = [
6966
"A",
7067
"B",

0 commit comments

Comments
 (0)