From 566375a9c1db79e4f3c84628181f07242d5f3b8c Mon Sep 17 00:00:00 2001 From: jupfi Date: Sat, 1 Jun 2024 21:02:15 +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 0b1c21c..f9e3473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,9 +44,6 @@ extend-select = [ "D", # pydocstyle ] -[tool.ruff.lint.per-file-ignores] -"__init__.py" = ["F401"] - [tool.ruff.lint.pydocstyle] convention = "google"