We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type-comparison
1 parent 25fb4b9 commit f5ce9ddCopy full SHA for f5ce9dd
.ruff.toml
@@ -30,7 +30,6 @@ ignore = [
30
"B011", # assert-false
31
"B017", # assert-raises-exception
32
"B905", # zip-without-explicit-strict
33
- "E721", # type-comparison
34
"PT001", # pytest-fixture-incorrect-parentheses-style
35
"PT011", # pytest-raises-too-broad
36
"PT012", # pytest-raises-with-multiple-statements
0 commit comments