diff --git a/tox.ini b/tox.ini index fca204a79..cf06baecb 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = python setup.py build_sphinx [flake8] # E123, E125 skipped as they are invalid PEP-8 -ignore = E123,E125 +ignore = show-source = true builtins = _ exclude=.venv*,.git,.tox,dist,doc,*lib/python*,*egg,tools,build