mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
4284f60429
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>
7 lines
142 B
INI
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
|