Skip to content

Commit

Permalink
Merge pull request #813 from gchq/fix/pyproject-repeated-ignore
Browse files Browse the repository at this point in the history
fix: remove repeated/redundant ruff.lint ignore.
  • Loading branch information
rg936672 authored Oct 21, 2024
2 parents ab32952 + c5681ba commit bc5acf0
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 @@ -126,8 +126,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 bc5acf0

Please sign in to comment.