Skip to content

Commit e4d128b

Browse files
committed
build(ruff): Remove B011 and B017 from ignored rules list
assert-false (B011) assert-raises-exception (B017)
1 parent 7c927ec commit e4d128b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ruff.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ ignore = [
2323
"RUF015", # unnecessary-iterable-allocation-for-first-element
2424

2525
"B010", # set-attr-with-constant
26-
# "B011", # assert-false
27-
"B017", # assert-raises-exception
2826
"B905", # zip-without-explicit-strict
2927
"PT001", # pytest-fixture-incorrect-parentheses-style
3028
"PT011", # pytest-raises-too-broad

0 commit comments

Comments
 (0)