From: Magnus Hagander Date: Sat, 15 Dec 2018 11:41:26 +0000 (+0100) Subject: Add setup.cfg for pep8 tool verification X-Git-Tag: FINAL_PY2~3 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=15cb06fbbf450025082c54560766e15cc3d065b2;p=pgeu-web.git Add setup.cfg for pep8 tool verification --- diff --git a/code/setup.cfg b/code/setup.cfg new file mode 100644 index 0000000..38d2325 --- /dev/null +++ b/code/setup.cfg @@ -0,0 +1,4 @@ +[pycodestyle] +statistics=True +ignore=E123,E124,E731,E501 +max-line-length=120