Skip to content

Commit a0b61e6

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 e6ae882 commit a0b61e6

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
@@ -61,9 +61,6 @@ version.source = "vcs"
6161

6262
[tool.ruff]
6363
line-length = 121
64-
src = [
65-
"src",
66-
]
6764
lint.extend-select = [
6865
"A",
6966
"B",

0 commit comments

Comments
 (0)