Skip to content

Commit

Permalink
Remove ignore from ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 23, 2024
1 parent 08a9629 commit 293ca6e
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 @@ -49,7 +49,6 @@ ignore = [
[tool.ruff.lint.per-file-ignores]
"src/aiovantage/objects/**/*.py" = [
"D106", # Missing docstring in public nested class
"C408", # Unnecessary collection call
]

[tool.ruff.lint.isort]
Expand Down

0 comments on commit 293ca6e

Please sign in to comment.