Skip to content

Commit

Permalink
Update ruff.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Aug 16, 2024
1 parent 256a567 commit 1f341a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ extend-select = [
"YTT", # flake8-2020
]
ignore = [
"PERF203", # try-except-in-loop, plenty of false-positives https://github.com/astral-sh/ruff/issues/12805
"PERF203", # try-except-in-loop, temporarily disabled as changes are invasive or false-positives
"TRY003", # raise-vanilla-args, avoid multitude of exception classes
"TRY301", # raise-within-try, it's handy
"UP015", # redundant-open-modes, explicit is preferred
Expand Down

0 comments on commit 1f341a8

Please sign in to comment.