summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-01-19 16:31:41 -0800
committerDavid Lord <davidism@gmail.com>2023-01-19 16:34:04 -0800
commit9afe27e283f1b8feed3f64884bd261d14f8ffc63 (patch)
tree13edb45085c8949f64f79d2690b9c6ac37c8fe10
parenta72b95e21d20e78bac0d5d4d3de69faa7ce22280 (diff)
downloadclick-9afe27e283f1b8feed3f64884bd261d14f8ffc63.tar.gz
ignore bugbear opinion
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index fa4ff5d..0d9b7ac 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -71,6 +71,9 @@ ignore =
W503
# zip with strict=, requires python >= 3.10
B905
+ # string formatting opinion, B028 renamed to B907
+ B028
+ B907
# up to 88 allowed by bugbear B950
max-line-length = 80
per-file-ignores =