summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: bb45d25c2f8ed2cfb9492b5c425a0c925157ecda (plain)
1
2
3
4
5
6
[pycodestyle]
# E501: line too long
ignore = E501
exclude = bin,heimdal,wscript,third_party,wafsamba,tdb
show-source = true
statistics = true