mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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
|
||||
"PL", # pylint
|
||||
"Q", # quotes
|
||||
"RSE", # raise
|
||||
"RUF", # Ruff
|
||||
"S", # security
|
||||
"SIM", # simplify
|
||||
|
Reference in New Issue
Block a user