Skip to content

Commit

Permalink
ruff: Enable raise rules.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and timabbott committed Feb 5, 2023
1 parent da3cf5e commit 61f672c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ select = [
"PIE", # miscellaneous
"PL", # pylint
"Q", # quotes
"RSE", # raise
"RUF", # Ruff
"S", # security
"SIM", # simplify
Expand Down

0 comments on commit 61f672c

Please sign in to comment.