summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: cc73006313c6dab8cd21b7e00c9a737fe41f7684 (plain)
1
2
3
4
5
[pycodestyle]
statistics=True
exclude=dep/*,pgweb/settings_local.py
ignore=E116,E402,E501,E741
max-line-length=120