diff options
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ count = True # show-source = True # W191: tabs instead of spaces (screw you!), E401: multiple imports on a single line -ignore = W191,E401 +# ignore = W191,E401 +ignore = E401 max-line-length = 100 # Do test for docstrings. Laziness sucks. doctests = True |