diff options
author | mail_redacted_for_web | 2022-03-21 12:11:39 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-21 12:11:39 +0100 |
commit | 882de8b47f56a95cebfb2a9f126d74ce5900a45c (patch) | |
tree | d71e97d3fc39fdb6474a5a5d7942a187286ab487 /.flake8 | |
parent | 11abbcbade2007fe352716161ff9d09843b9503c (diff) | |
download | dotfiles-882de8b47f56a95cebfb2a9f126d74ce5900a45c.tar.bz2 |
bugfix: count (plus proper "doc-string")
Diffstat (limited to '.flake8')
-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 |