Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Fixes flake8 silently failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Sep 23, 2015
1 parent 5456734 commit 22baddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -18,5 +18,5 @@ commands = flake8
[flake8]
# E712 warns of 'x == None' which is often needed when using SqlAlchemy
# E712 warns of 'x == True' which is often needed when using SqlAlchemy
ignore = E711,E712,
ignore = E711,E712
exclude = .venv,.git,.tox,dist,docs,*lib/python*,*egg,build

0 comments on commit 22baddb

Please sign in to comment.