ruff: Enable raise rules.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-02-03 17:07:45 -08:00 committed by Tim Abbott
parent da3cf5ea7a
commit 61f672c652
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ select = [
"PIE", # miscellaneous
"PL", # pylint
"Q", # quotes
"RSE", # raise
"RUF", # Ruff
"S", # security
"SIM", # simplify