Merge pull request #685 from alphagov/fix-build

add build dir to excldued folders for pep8
This commit is contained in:
Leo Hemsted
2016-09-22 13:20:24 +01:00
committed by GitHub

View File

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