We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
B011
B017
1 parent 7c927ec commit e4d128bCopy full SHA for e4d128b
.ruff.toml
@@ -23,8 +23,6 @@ ignore = [
23
"RUF015", # unnecessary-iterable-allocation-for-first-element
24
25
"B010", # set-attr-with-constant
26
- # "B011", # assert-false
27
- "B017", # assert-raises-exception
28
"B905", # zip-without-explicit-strict
29
"PT001", # pytest-fixture-incorrect-parentheses-style
30
"PT011", # pytest-raises-too-broad
0 commit comments