summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 7faca3a..2a66b78 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -69,8 +69,6 @@ ignore =
E722
# bin op line break, invalid
W503
- # `raise exception from exc` required in except block
- B904
# up to 88 allowed by bugbear B950
max-line-length = 80