diff --git a/tox.ini b/tox.ini index fbd6db8b..f0ae2f54 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ commands = flake8 . [flake8] -exclude = .tox,*.egg,build,temp,examples/templates +exclude = .tox,*.egg,build,temp,examples/* select = E,W,F doctests = True verbose = 2