Skip to content

Commit

Permalink
Enable Ruff RSE (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored Mar 17, 2024
1 parent aff71f9 commit ec1e84b
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 @@ -122,6 +122,7 @@ lint.select = [
"PIE", # flake8-pie
"PL", # pylint
"PERF", # Perflint
"RSE", # flake8-raise
"RUF005", # Consider iterable unpacking instead of concatenation
"RUF006", # Store a reference to the return value of asyncio.create_task
"RUF100", # Unused `noqa` directive
Expand Down

0 comments on commit ec1e84b

Please sign in to comment.