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]