From b0aa5c97ef7e0b2c5dc6f406c5d02fecac5602a7 Mon Sep 17 00:00:00 2001 From: Martin Reuter Date: Thu, 29 Aug 2024 15:01:25 +0200 Subject: [PATCH] use lint subsection for ruff ignores --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4c3bb3..3f4cef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,7 +144,7 @@ extend-exclude = [ "setup.py", ] -[tool.ruff.per-file-ignores] +[tool.ruff.lint.per-file-ignores] "__init__.py" = ["F401"] [tool.pytest.ini_options]