Fix extend-exclude in Ruff config

This commit is contained in:
Bruno Alla 2024-12-31 11:05:14 +00:00
parent 23af0dc34a
commit 97a74b9a6b

View File

@ -62,7 +62,7 @@ docs = [
target-version = "py312" target-version = "py312"
# Exclude the template content as most files aren't parseable # Exclude the template content as most files aren't parseable
extend-exclude = [ extend-exclude = [
"{{cookiecutter.project_slug}}/*", "[{]{2}cookiecutter.project_slug[}]{2}/*",
] ]
lint.select = [ lint.select = [