pep8 checker: do not recurse into .eggs/
we do not want to test setuptools_scm for pep8 issues.
This commit is contained in:
parent
ef7a9ec539
commit
3036d9a27d
@ -24,7 +24,7 @@ upload-dir = docs/_build/html
|
|||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
DJANGO_SETTINGS_MODULE = nsupdate.settings.dev
|
DJANGO_SETTINGS_MODULE = nsupdate.settings.dev
|
||||||
pep8maxlinelength = 120
|
pep8maxlinelength = 120
|
||||||
norecursedirs = .git
|
norecursedirs = .git .eggs
|
||||||
pep8ignore =
|
pep8ignore =
|
||||||
*.py E124 # closing bracket does not match visual indentation (behaves strange!?)
|
*.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 E125 # continuation line does not distinguish itself from next logical line (difficult to avoid!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user