diff options
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -24,8 +24,6 @@ ignore = E731, # E741: ambiguous variable name 'l' E741, - # E722: do not use bare except' - E722, # W504: line break after binary operator W504, # A003: builtin class attribute |