mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
9eb7c1cbea
2) Fixed unescape sequence for Python 3.12
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
[pycodestyle]
|
|
ignore = E402,W504,E231
|
|
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
|