remove remains of pytest-pep8, we use tox+flake8 now

master
Thomas Waldmann 2018-09-18 01:50:54 +02:00
parent 9dccc72d2b
commit 9e87c64529
1 changed files with 0 additions and 10 deletions

View File

@ -1,15 +1,5 @@
[tool:pytest]
pep8maxlinelength = 120
norecursedirs = .eggs .git .tox build
pep8ignore =
*.py E124 # closing bracket does not match visual indentation (behaves strange!?)
*.py E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!)
*.py E402
*.py E302
*.py E303
*.py E731
*.py E226
docs/source/conf.py ALL # sphinx stuff, automatically generated, don't check this
[flake8]
ignore =