From 4284f6042976a8d4a6fdb58edb66d198f64c87ae Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Mon, 30 Jul 2018 18:25:46 +1200 Subject: PEP8: add pycodestyle config in setup.cfg Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- setup.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') 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 -- cgit v1.2.1