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

View File

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