1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

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>
This commit is contained in:
Joe Guo 2018-07-30 18:25:46 +12:00 committed by Douglas Bagnall
parent c9f2fdea1d
commit 4284f60429

6
setup.cfg Normal file
View File

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