Ignore style check for zip strict flag

This commit is contained in:
Grey Li 2022-12-22 21:13:40 +08:00
parent e0c157f7ee
commit 7b09117b30

View file

@ -80,6 +80,8 @@ ignore =
E722
# bin op line break, invalid
W503
# zip strict flag, requires Python 3.10
B905
# up to 88 allowed by bugbear B950
max-line-length = 80
per-file-ignores =