mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix PEP-8 issue and move the pycodestyle config into a central location.
This commit is contained in:
9
.pycodestyle
Normal file
9
.pycodestyle
Normal 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
|
Reference in New Issue
Block a user