Skip to content

Commit 1f98cfa

Browse files
committed
tox: use flake8's extend-exclude
`exclude` overrides the built-in list of excluded files which is: ['.svn', 'CVS', '.bzr', '.hg', '.git', '__pycache__', '.tox', '.nox', '.eggs', '*.egg']) `extend-exclude` appends entry to the defaults. Change-Id: I78016a546e9613c034a5ad18fdfee26dc036a22c
1 parent 8299b9a commit 1f98cfa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ filename =
2626
# F841 local variable `foo` is assigned to but never used
2727
extend-ignore = F824,F841
2828

29-
exclude =
30-
.git,
31-
__pycache__,
32-
.tox,
29+
extend-exclude =
3330
# Directories with their own flake8 rules
3431
clouseau/*,
3532
thumbstats/*,

0 commit comments

Comments
 (0)