From c6b2ad382fd4f557ca21fcfa5e5412ca1fa684aa Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 25 May 2024 13:00:27 +0200 Subject: don't disable tab warnings anymore --- .flake8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index d0281bb..c35b8d3 100644 --- a/.flake8 +++ b/.flake8 @@ -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 -- cgit v1.2.3