Fix PEP-8 issue and move the pycodestyle config into a central location.

This commit is contained in:
Dave Page
2019-03-20 08:57:43 +00:00
parent a4bc26c810
commit 9273da2dc6
3 changed files with 5 additions and 4 deletions

9
.pycodestyle Normal file
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,config_local.py,config_distro.py