mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 12:38:35 -05:00
Add tools for checking PEP8 compliance. Fixes #3063
This commit is contained in:
committed by
Dave Page
parent
393ce53d2d
commit
489349b4e9
@@ -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
|
||||
Reference in New Issue
Block a user