Skip to content

Commit 5ac1d37

Browse files
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 b56fe12 commit 5ac1d37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ version = { attr = "_own_version_helper.version"}
117117
[tool.setuptools_scm]
118118

119119
[tool.ruff]
120-
src = ["src"]
121120
fix = true
122121
lint.select = ["E", "F", "B", "UP", "YTT", "C", "DTZ", "PYI", "PT", "I", "FURB", "RUF"]
123122
lint.ignore = ["B028"]

0 commit comments

Comments
 (0)