Skip to content

Commit

Permalink
Update ruff rules to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Oct 15, 2024
1 parent 840a3f7 commit 064eab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,16 @@ ignore = [
"ANN102",
"ANN401",
"PT004", # deprecated
"PT005", # deprecated
"PT011", # TODO: apply this rule
"PT012", # TODO: apply this rule
"PYI013",
"RET505",
"RET506",
"RUF005",
"TRY003",
"UP027", # deprecated
"UP038", # https://github.com/astral-sh/ruff/issues/7871
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit 064eab0

Please sign in to comment.