Exclude cache directory from pep8

This commit is contained in:
bandesz
2016-11-23 12:39:48 +00:00
parent be5d503133
commit 8fa337927c

View File

@@ -1,4 +1,4 @@
[pep8]
max-line-length = 120
ignore = E402
exclude = ./migrations,./venv,./venv3,./build
exclude = ./migrations,./venv,./venv3,./build,./cache