PEP8: add pycodestyle config in setup.cfg
authorJoe Guo <joeg@catalyst.net.nz>
Mon, 30 Jul 2018 06:25:46 +0000 (18:25 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 24 Aug 2018 05:49:31 +0000 (07:49 +0200)
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>
setup.cfg [new file with mode: 0644]

diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..bb45d25
--- /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