exclude versioneer files from flake8

This commit is contained in:
Brian S. Stephan 2020-03-07 13:49:43 -06:00
parent fdc8c0aab7
commit a5b15d8187
1 changed files with 1 additions and 1 deletions

View File

@ -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]