1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/setup.cfg
Joe Guo 4284f60429 PEP8: add pycodestyle config in setup.cfg
Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-08-24 07:49:31 +02:00

7 lines
142 B
INI

[pycodestyle]
# E501: line too long
ignore = E501
exclude = bin,heimdal,wscript,third_party,wafsamba,tdb
show-source = true
statistics = true