git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-21 12:11:39 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-21 12:11:39 +0100
commit882de8b47f56a95cebfb2a9f126d74ce5900a45c (patch)
treed71e97d3fc39fdb6474a5a5d7942a187286ab487
parent11abbcbade2007fe352716161ff9d09843b9503c (diff)
downloaddotfiles-882de8b47f56a95cebfb2a9f126d74ce5900a45c.tar.bz2
bugfix: count (plus proper "doc-string")
-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