Ignore style check for zip strict flag
This commit is contained in:
parent
e0c157f7ee
commit
7b09117b30
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ ignore =
|
||||||
E722
|
E722
|
||||||
# bin op line break, invalid
|
# bin op line break, invalid
|
||||||
W503
|
W503
|
||||||
|
# zip strict flag, requires Python 3.10
|
||||||
|
B905
|
||||||
# up to 88 allowed by bugbear B950
|
# up to 88 allowed by bugbear B950
|
||||||
max-line-length = 80
|
max-line-length = 80
|
||||||
per-file-ignores =
|
per-file-ignores =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue