Skip to content

Commit 007d640

Browse files
Fix sp-repo-review rule RF003
src directory doesn't need to be specified anymore (0.6+)
1 parent 53d03b2 commit 007d640

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test = [
6666
]
6767
toml = [
6868
]
69-
[project.urls]
69+
[project.urls
7070
documentation = "https://setuptools-scm.readthedocs.io/"
7171
repository = "https://github.com/pypa/setuptools-scm/"
7272
[project.entry-points."distutils.setup_keywords"]
@@ -117,7 +117,6 @@ version = { attr = "_own_version_helper.version"}
117117
[tool.setuptools_scm]
118118

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

0 commit comments

Comments
 (0)