Commit 1f98cfa
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: I78016a546e9613c034a5ad18fdfee26dc036a22c1 parent 8299b9a commit 1f98cfa
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
0 commit comments