Skip to content

Commit

Permalink
Upcoming ruff 0.8.0 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nth10sd committed Nov 23, 2024
1 parent e3332dc commit e383578
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 @@ -251,7 +251,6 @@ unsafe-fixes = true

[tool.ruff.lint]
ignore = [
"ANN101", # The type of Self should be inferred by type checkers automatically
"COM812", # Seems to add trailing comma even when arguments already fit on one line
"D104", # __init__.py files can be completely blank and not require a docstring
"D203", # D211 is used by default, which is incompatible with this
Expand Down

0 comments on commit e383578

Please sign in to comment.