use flake8 instead of pycodestyle

since there are thousands and thousands of errors in the tests files
at the moment, i propose fixing those errors in separate PR for now.
This commit is contained in:
Leo Hemsted
2017-11-28 13:51:47 +00:00
parent 28088428f1
commit 90e9a2f1b3
5 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,2 @@
[pycodestyle]
max-line-length = 120
ignore = E402, E722
exclude = ./migrations,./venv,./venv3,./build,./cache
[tool:pytest]
xfail_strict=true