Removed unnecessary linting ignore setting.

This commit is contained in:
jupfi 2024-06-01 21:01:31 +02:00
parent b886add5db
commit c89dda1813

View file

@ -41,9 +41,6 @@ extend-select = [
"D", # pydocstyle
]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]
[tool.ruff.lint.pydocstyle]
convention = "google"