mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-20 16:50:48 +00:00
6 lines
115 B
INI
6 lines
115 B
INI
[pycodestyle]
|
|
statistics=True
|
|
exclude=dep/*,pgweb/settings_local.py
|
|
ignore=E116,E402,E501,E741
|
|
max-line-length=120
|