Skip to content

Commit

Permalink
revert(ruff): Ignore 0.8.0 violations
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Nov 24, 2024
1 parent a698de9 commit c907dc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,7 @@ ignore = [
# doc-line-too-long
"W505",
# Any as annotation
"ANN401",
# 0.8.0
"RUF039", "RUF200"
"ANN401"
]
# https://docs.astral.sh/ruff/settings/#lintpydocstyle
pydocstyle={ convention="numpy" }
Expand Down

0 comments on commit c907dc5

Please sign in to comment.