Skip to content

Commit f5ce9dd

Browse files
committed
build(ruff): Remove type-comparison from ignored rules list
1 parent 25fb4b9 commit f5ce9dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ ignore = [
3030
"B011", # assert-false
3131
"B017", # assert-raises-exception
3232
"B905", # zip-without-explicit-strict
33-
"E721", # type-comparison
3433
"PT001", # pytest-fixture-incorrect-parentheses-style
3534
"PT011", # pytest-raises-too-broad
3635
"PT012", # pytest-raises-with-multiple-statements

0 commit comments

Comments
 (0)