mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-20 11:48:31 -06:00
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
|
[pycodestyle]
|
||
|
ignore = E402
|
||
|
max-line-length = 79
|
||
|
statistics = True
|
||
|
show-source = False
|
||
|
show-pep8 = False
|
||
|
count = True
|
||
|
format = pylint
|
||
|
exclude = migrations,node_modules
|