From 362b5571fea4ef515653201439bd5bd3cbc9fa0e Mon Sep 17 00:00:00 2001 From: jupfi Date: Sat, 1 Jun 2024 21:02:41 +0200 Subject: [PATCH] Removed unnecessary linting ignore setting. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ed1970..4e6c969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,9 +46,6 @@ extend-select = [ "D", # pydocstyle ] -[tool.ruff.lint.per-file-ignores] -"__init__.py" = ["F401"] - [tool.ruff.lint.pydocstyle] convention = "google"