mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
ruff: Enable raise rules.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
da3cf5ea7a
commit
61f672c652
@@ -113,6 +113,7 @@ select = [
|
|||||||
"PIE", # miscellaneous
|
"PIE", # miscellaneous
|
||||||
"PL", # pylint
|
"PL", # pylint
|
||||||
"Q", # quotes
|
"Q", # quotes
|
||||||
|
"RSE", # raise
|
||||||
"RUF", # Ruff
|
"RUF", # Ruff
|
||||||
"S", # security
|
"S", # security
|
||||||
"SIM", # simplify
|
"SIM", # simplify
|
||||||
|
|||||||
Reference in New Issue
Block a user