Skip to content

Commit

Permalink
fix: remove repeated/redundant ruff.lint ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
tc85324 committed Oct 19, 2024
1 parent 75a8b41 commit c5681ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ ignore = [
"F722", # forward-annotation-syntax-error
# Opinionated ignores
"PLR6301", # no-self-use (opinionated)
# Incompatible with jaxtyping
"F722", # forward-annotation-syntax-error
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit c5681ba

Please sign in to comment.