Exclude cache directory from pep8

This commit is contained in:
bandesz
2016-11-23 12:40:39 +00:00
parent 0c00f3aae8
commit a2b8e91ae7

View File

@@ -1,6 +1,6 @@
[pep8]
max-line-length = 120
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components
exclude = ./migrations,./venv,./venv3,./node_modules,./bower_components,./cache
[tool:pytest]
norecursedirs = node_modules bower_components