Skip to content

Commit 0af7d6d

Browse files
committed
Tidy up file exclusions
1 parent 9824a42 commit 0af7d6d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ distlib = "https://bitbucket.org/pypa/distlib/raw/master/LICENSE.txt"
7373
webencodings = "https://github.com/SimonSapin/python-webencodings/raw/master/LICENSE"
7474

7575
[tool.ruff]
76-
exclude = [
76+
extend-exclude = [
7777
"./build",
78-
".nox",
79-
".tox",
8078
".scratch",
8179
"_vendor",
8280
"data",

0 commit comments

Comments
 (0)