Skip to content

Commit

Permalink
feat: update dependencies for project
Browse files Browse the repository at this point in the history
  • Loading branch information
rolin999 committed Nov 21, 2024
1 parent 33c4ee3 commit 84792d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/idp-plugins/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ select = ["E", "F", "W", "I", "C90", "PL", "RET", "N", "C4", "PT", "PERF", "G",
ignore = [
# Consider moving this statement to an else block
"TRY300",
# Use raise from to specify exception cause
"B904",
# Avoid specifying long messages outside the exception class
"TRY003",
# Use contextlib.suppress({exception}) instead of try-except-pass
Expand Down

0 comments on commit 84792d1

Please sign in to comment.