Skip to content

Commit db5b0b9

Browse files
committed
build(ruff): Remove deprecated-import from ignored rules list
1 parent 4668e30 commit db5b0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ignore = [
2626
"RUF013", # implicit-optional
2727
"RUF015", # unnecessary-iterable-allocation-for-first-element
2828

29-
"UP026", # deprecated-mock-import
29+
# "UP026", # deprecated-mock-import
3030
"B005", # strip-with-multi-characters
3131
"B010", # set-attr-with-constant
3232
"B011", # assert-false

0 commit comments

Comments
 (0)