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.
1 parent 9cdc558 commit 5b88473Copy full SHA for 5b88473
ruff.toml
@@ -24,6 +24,7 @@ ignore = [
24
"TRY003", # raise-vanilla-args, avoid multitude of exception classes
25
"TRY301", # raise-within-try, it's handy
26
"UP015", # redundant-open-modes, explicit is preferred
27
+ "UP027", # deprecated https://github.com/astral-sh/ruff/pull/12843
28
"UP038", # Using `X | Y` in `isinstance` call is slower and more verbose https://github.com/astral-sh/ruff/issues/7871
29
# Only enforcing return type annotations for public functions
30
"ANN202", # missing-return-type-private-function
0 commit comments