From 1fb38fa98295b35967ba85e7e28ca09011533a6b Mon Sep 17 00:00:00 2001 From: Will Thames Date: Tue, 9 Jun 2020 18:50:37 +1000 Subject: [PATCH] Add setup.cfg Start imposing some coding standards --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..29c924b8 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[flake8] +max-line-length = 160 +ignore = W503,E402