Don't try to lint dist/compiled files

This commit is contained in:
Josh Klar 2019-07-25 00:05:29 -07:00
parent 45cadc7e5a
commit 17ba405bcc
No known key found for this signature in database
GPG Key ID: A4A0C7B4E8EEE222

View File

@ -1,5 +1,5 @@
[flake8]
exclude = .git,__pycache__,vendor,.venv,build
exclude = .git,__pycache__,vendor,.venv,build,dist,.compiled
# match black expectations
max_line_length = 88