git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake83
1 files changed, 2 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index dd10c5c..04cf54e 100644
--- a/.flake8
+++ b/.flake8
@@ -1,6 +1,7 @@
# vim:syntax=dosini
[flake8]
-count = True # Ausgeben der Gesamt-Fehleranzahl
+# Print sum of all errors
+count = True
# show-source = True
# W191: tabs instead of spaces (screw you!), E401: multiple imports on a single line
ignore = W191,E401