forked from orbit-oss/flask
ignore flake8 b905 zip(strict=True) until python 3.10
This commit is contained in:
parent
43bc7330ce
commit
8e3128b989
1 changed files with 2 additions and 0 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue