Fix commit message. LOTS of fixes for flake8.

This commit is contained in:
Ebag333
2017-02-08 14:22:56 -08:00
parent e18deb5eeb
commit e5fb90f017
18 changed files with 68 additions and 38 deletions

View File

@@ -14,4 +14,4 @@ commands = py.test -vv --cov Pyfa tests/
deps = flake8
# TODO: Remove F class exceptions once all imports are fixed
# TODO: Remove E731 and convert lambdas to defs
commands = flake8 --exclude=.svn,CVS,.bzr,.hg,.git,__pycache__,venv,tests,.tox,build,dist,__init__.py --ignore=E126,E127,E128,E731,F401,F403,F405 service gui eos utils config.py pyfa.py --max-line-length=165
commands = flake8 --exclude=.svn,CVS,.bzr,.hg,.git,__pycache__,venv,tests,.tox,build,dist,__init__.py --ignore=E126,E127,E128,E731 service gui eos utils config.py pyfa.py --max-line-length=165