diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000000..bb45d25c2f8 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,6 @@ +[pycodestyle] +# E501: line too long +ignore = E501 +exclude = bin,heimdal,wscript,third_party,wafsamba,tdb +show-source = true +statistics = true