Skip to content

Commit

Permalink
chore: remove now-deprecated linter rule (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri authored Mar 3, 2025
1 parent 2ba95b3 commit 013b8e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ select = [ # Base linting rule selections.
"RUF200", # If ruff fails to parse pyproject.toml...
]
ignore = [
"ANN10", # Type annotations for `self` and `cls`
#"E203", # Whitespace before ":" -- Commented because ruff doesn't currently check E203
"E501", # Line too long (reason: black will automatically fix this for us)
"D105", # Missing docstring in magic method (reason: magic methods already have definitions)
Expand Down

0 comments on commit 013b8e5

Please sign in to comment.