pep8 checker: do not recurse into .eggs/

we do not want to test setuptools_scm for pep8 issues.
This commit is contained in:
Thomas Waldmann 2019-04-03 18:10:40 +02:00
parent ef7a9ec539
commit 3036d9a27d

View File

@ -24,7 +24,7 @@ upload-dir = docs/_build/html
[tool:pytest]
DJANGO_SETTINGS_MODULE = nsupdate.settings.dev
pep8maxlinelength = 120
norecursedirs = .git
norecursedirs = .git .eggs
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!)