Skip to content

Commit a8aac6d

Browse files
committed
build(ruff): Remove zip-without-explicit-strict from ignored rules list
1 parent 5fd50a0 commit a8aac6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ruff.toml

-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ ignore = [
1717
"E501", # line too long
1818

1919
"B006", # mutable-argument-default
20-
# "B008", # function-call-in-default-argument
2120
"F401", # unused-import
2221
"RUF013", # implicit-optional
2322

2423
"B010", # set-attr-with-constant
25-
"B905", # zip-without-explicit-strict
2624
"PT001", # pytest-fixture-incorrect-parentheses-style
2725
"PT011", # pytest-raises-too-broad
2826
"PT012", # pytest-raises-with-multiple-statements

0 commit comments

Comments
 (0)