Add tools for checking PEP8 compliance. Fixes #3063

This commit is contained in:
Murtuza Zabuawala
2018-01-29 12:45:32 +00:00
committed by Dave Page
parent 393ce53d2d
commit 489349b4e9
4 changed files with 25 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
[pycodestyle]
ignore = E402
max-line-length = 79
statistics = True
show-source = False
show-pep8 = False
count = True
format = pylint
exclude = migrations,node_modules