aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-02-02 10:11:39 +0100
committerGuido Günther <agx@sigxcpu.org>2017-02-02 10:11:51 +0100
commit1a620b0cf9cc1c51c27964f87951e0c626db037d (patch)
tree2c91c4068ebf33d64626a578fb9112d13d5d51ff /setup.cfg
parent2edf253df537eb7f04cb4e142e07c67ccae2787c (diff)
Flake8 clean
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..96f6357
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[flake8]
+ignore = F402,F403,E501,F821