From 882de8b47f56a95cebfb2a9f126d74ce5900a45c Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 21 Mar 2022 12:11:39 +0100 Subject: bugfix: count (plus proper "doc-string") --- .flake8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3