aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index edcf3c5..669c932 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,4 +20,8 @@ ignore =
E402,
# E731: do not assign a lambda expression, use a def (too many false positives)
E731
+ # E741: ambiguous variable name 'l'
+ E741
+ # E722: do not use bare except'
+ E722
max-line-length = 120