diff --git a/pyproject.toml b/pyproject.toml index 643b1bc..1d50b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,6 @@ extend-select = [ "D", # pydocstyle ] -[tool.ruff.lint.per-file-ignores] -"__init__.py" = ["F401"] - [tool.ruff.lint.pydocstyle] convention = "google"