summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-09-26 07:07:59 -0700
committerDavid Lord <davidism@gmail.com>2021-09-26 07:07:59 -0700
commite8e4b32f5034b8e6df9f4d5ba7ed952da9394a76 (patch)
tree3a88a5b9d5bf8dc115ef0a83a8bb4501ac66d7ea
parentd11059393ddeb8f8f399b3c6fd4ce71f4fdb534b (diff)
downloadclick-e8e4b32f5034b8e6df9f4d5ba7ed952da9394a76.tar.gz
don't ignore B904
-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