Skip to content

Commit

Permalink
Rename ruff lint check.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Dec 2, 2024
1 parent 35b0759 commit 29c5f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ select = [
"T20", # flake8-print
"TID251", # Banned imports
"TRY004", # Prefer TypeError exception for invalid type
"TRY302", # Remove exception handler; error is immediately re-raised
"TRY203", # Remove exception handler; error is immediately re-raised
"UP", # pyupgrade
"W", # pycodestyle
]
Expand Down

0 comments on commit 29c5f0d

Please sign in to comment.