Skip to content

Commit ff50699

Browse files
Apply repo-review rule RF003
RF003: src directory specified if used Must specify `src` directory if it exists.
1 parent b3db2c5 commit ff50699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ version = { attr = "_own_version_helper.version"}
116116
[tool.setuptools_scm]
117117

118118
[tool.ruff]
119+
src = ["src"]
119120
fix = true
120121
lint.select = ["E", "F", "B", "U", "YTT", "C", "DTZ", "PYI", "PT", "I", "FURB", "RUF"]
121122
lint.ignore = ["B028"]

0 commit comments

Comments
 (0)