Ignore build files from linter

This commit is contained in:
Josh Klar 2018-10-05 21:18:43 -07:00
parent 04d30f1e42
commit 8fd627e7f6
No known key found for this signature in database
GPG Key ID: 220F99BD7DB7A99E

View File

@ -1,5 +1,5 @@
[flake8]
exclude = .git,__pycache__,vendor,.venv
exclude = .git,__pycache__,vendor,.venv,build
max_line_length = 99
ignore = X100, E262
per-file-ignores =