mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 09:32:26 +03:00
Fix extend-exclude in Ruff config
This commit is contained in:
parent
23af0dc34a
commit
97a74b9a6b
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user