Removed unnecessary linting ignore setting.

This commit is contained in:
jupfi 2024-06-01 21:02:41 +02:00
parent f078fba437
commit 362b5571fe

View file

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