From e84c33de59073cf7c3d728f0a358a0157045f9a3 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 28 Feb 2018 00:15:45 +0545 Subject: [PATCH] Initial flake8 configuration. --- 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..44668df3 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[flake8] +ignore = E402,E128,W503 +exclude = mitogen/compat