From 97a74b9a6b65178d1f4cf6bdaebc78bbd08f5bde Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 31 Dec 2024 11:05:14 +0000 Subject: [PATCH] Fix extend-exclude in Ruff config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efc3b1831..672fdb073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ target-version = "py312" # Exclude the template content as most files aren't parseable extend-exclude = [ - "{{cookiecutter.project_slug}}/*", + "[{]{2}cookiecutter.project_slug[}]{2}/*", ] lint.select = [