git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.flake83
1 files changed, 2 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index d0281bb..c35b8d3 100644
--- a/.flake8
+++ b/.flake8
@@ -4,7 +4,8 @@
count = True
# show-source = True
# W191: tabs instead of spaces (screw you!), E401: multiple imports on a single line
-ignore = W191,E401
+# ignore = W191,E401
+ignore = E401
max-line-length = 100
# Do test for docstrings. Laziness sucks.
doctests = True