Skip to content

Commit e7a3449

Browse files
jdufresnegsnedders
authored andcommitted
Remove unnecessary flake8 exclude (#416)
Modern flake8 has a good default for exclude that includes the tox directory. https://gitlab.com/pycqa/flake8/blob/2b333fad1abe0bdb2e04132eabb0822e6ce63888/src/flake8/defaults.py#L4-14
1 parent 4f92357 commit e7a3449

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ commands =
1818
[testenv:doc]
1919
changedir = doc
2020
commands = sphinx-build -b html . _build
21-
22-
[flake8]
23-
exclude = ./.tox

0 commit comments

Comments
 (0)