We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
zip-without-explicit-strict
1 parent 5fd50a0 commit a8aac6dCopy full SHA for a8aac6d
.ruff.toml
@@ -17,12 +17,10 @@ ignore = [
17
"E501", # line too long
18
19
"B006", # mutable-argument-default
20
- # "B008", # function-call-in-default-argument
21
"F401", # unused-import
22
"RUF013", # implicit-optional
23
24
"B010", # set-attr-with-constant
25
- "B905", # zip-without-explicit-strict
26
"PT001", # pytest-fixture-incorrect-parentheses-style
27
"PT011", # pytest-raises-too-broad
28
"PT012", # pytest-raises-with-multiple-statements
0 commit comments