cleanup imports

This commit is contained in:
Thomas Kriechbaumer
2016-01-27 10:10:14 +01:00
parent 299c7fa34c
commit c2bb29f669
23 changed files with 20 additions and 43 deletions

View File

@@ -1,11 +1,11 @@
[flake8]
max-line-length = 80
max-complexity = 15
max-line-length = 120
max-complexity = 20
[pep8]
max-line-length = 80
max-line-length = 120
exclude = */contrib/*
ignore = E251,E309
ignore = E251
[pytest]
testpaths = test
testpaths = test