Skip to content

Commit

Permalink
Simpler flake8 command.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Feb 22, 2017
1 parent 01b0c9b commit e28e013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -98,7 +98,7 @@ lint-py3k:
pylint --py3k abilian tests

flake8:
flake8 --max-complexity=8 --config=setup.cfg abilian
flake8 abilian tests

mypy:
mypy --py2 --silent-imports abilian
Expand Down

0 comments on commit e28e013

Please sign in to comment.