Skip to content

Commit

Permalink
chore: remove now-deprecated linter rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Feb 28, 2025
1 parent 2c41921 commit 2068339
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 2068339

Please sign in to comment.