You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"PT012", # pytest-raises-with-multiple-statements, avoid extra dummy methods for a few lines, sometimes we explicitly assert in case of no error
37
35
"TRY003", # raise-vanilla-args, avoid multitude of exception classes
38
36
"TRY301", # raise-within-try, it's handy
39
37
"UP015", # redundant-open-modes, explicit is preferred
40
-
"UP027", # unpacked-list-comprehension, is actually slower for cases relevant to unpacking, set for deprecation: https://github.com/astral-sh/ruff/issues/12754
0 commit comments