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.
deprecated-import
1 parent 4668e30 commit db5b0b9Copy full SHA for db5b0b9
.ruff.toml
@@ -26,7 +26,7 @@ ignore = [
26
"RUF013", # implicit-optional
27
"RUF015", # unnecessary-iterable-allocation-for-first-element
28
29
- "UP026", # deprecated-mock-import
+ # "UP026", # deprecated-mock-import
30
"B005", # strip-with-multi-characters
31
"B010", # set-attr-with-constant
32
"B011", # assert-false
0 commit comments