Skip to content

Commit

Permalink
chore: Add comments to ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 16, 2024
1 parent 6c5885f commit 0d9bcec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ ignore = [
"DTZ",
"E501",
"ERA001", # commented-out code
"PLR2004",
"PLR2004", # magic
"PLW2901",
"PTH",
"RUF012",
"S101", # assert
"S113", # timeout
"TRY003", # errors

# Should be refactored:
# To fix:
"BLE001", # except Exception
"S110", # except pass
"TRY002", # raise Exception
Expand Down

0 comments on commit 0d9bcec

Please sign in to comment.