exclude versioneer files from flake8
This commit is contained in:
parent
fdc8c0aab7
commit
a5b15d8187
@ -10,7 +10,7 @@ source =
|
||||
incorporealcms
|
||||
|
||||
[flake8]
|
||||
exclude = .git,.venv,__pycache__
|
||||
exclude = .git,.venv,__pycache__,versioneer.py,incorporealcms/_version.py
|
||||
max-line-length = 120
|
||||
|
||||
[tool:pytest]
|
||||
|
Loading…
x
Reference in New Issue
Block a user