Skip to content

Commit f56a24f

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 f82e892 commit f56a24f

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
@@ -153,7 +153,6 @@ distlib = "https://bitbucket.org/pypa/distlib/raw/master/LICENSE.txt"
153153
[tool.ruff]
154154
# Pinned to delay pyupgrade changes (https://github.com/pypa/pip/issues/13236)
155155
target-version = "py38" # Pin Ruff to Python 3.8
156-
src = ["src"]
157156
line-length = 88
158157
extend-exclude = [
159158
"_vendor",

0 commit comments

Comments
 (0)