ignore flake8 b905 zip(strict=True) until python 3.10

This commit is contained in:
David Lord 2022-12-22 09:30:31 -08:00
parent 43bc7330ce
commit 8e3128b989
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

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