Skip to content

Commit

Permalink
Remove ignores of deprecated ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Sep 26, 2024
1 parent 898274c commit 249964d
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 @@ -98,8 +98,6 @@ lint.select = [
]

lint.ignore = [
# We do not annotate the type of 'self'.
"ANN101",
# Ruff warns that this conflicts with the formatter.
"COM812",
# Allow our chosen docstring line-style - no one-line summary.
Expand Down

0 comments on commit 249964d

Please sign in to comment.