Clean up PEP8 styleguide compatibility with flake8

This commit is contained in:
2015-09-13 11:53:47 +02:00
parent cafe08dd7f
commit 74b2dc727c
4 changed files with 205 additions and 142 deletions

2
tox.ini Normal file
View File

@@ -0,0 +1,2 @@
[flake8]
ignore = E129,E201,E202,W293