mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
10 lines
200 B
Plaintext
10 lines
200 B
Plaintext
[pycodestyle]
|
|
ignore = E402,W504,E231
|
|
max-line-length = 79
|
|
statistics = True
|
|
show-source = False
|
|
show-pep8 = False
|
|
count = True
|
|
format = pylint
|
|
exclude = node_modules,config_local.py,config_distro.py
|