Do not lint the venv folder of disasters

This commit is contained in:
Josh Klar 2018-09-14 17:27:47 -07:00
parent de5fd701c6
commit 8a33a68553
No known key found for this signature in database
GPG Key ID: 220F99BD7DB7A99E

View File

@ -1,5 +1,5 @@
[flake8]
exclude = .git,__pycache__,vendor
exclude = .git,__pycache__,vendor,.venv
max_line_length = 99
[isort]