diff --git a/pyproject.toml b/pyproject.toml index 199a0f56..4a1585b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -123,7 +123,7 @@ exclude = [ ] line-length = 120 -[tool.ruff.per-file-ignores] +[tool.ruff.lint.per-file-ignores] "docs/gallery/*" = ["E402", "T201"] "src/*/__init__.py" = ["F401"] "test_gallery.py" = ["T201"]