diff options
-rw-r--r-- | .flake8 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |