Files
postgres-web/setup.cfg
2019-01-17 21:26:41 +01:00

6 lines
115 B
INI

[pycodestyle]
statistics=True
exclude=dep/*,pgweb/settings_local.py
ignore=E116,E402,E501,E741
max-line-length=120