Skip to content

Commit 763f5c3

Browse files
committed
fix: adjust ignored file paths to be post template insertion values
1 parent a6b393f commit 763f5c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/lint-from-demo.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212

1313
# These still may need linted, but retrocookie shouldn't be used on them
1414
IGNORED_FILES: list[str] = [
15-
"{{cookiecutter.project_name}}/pyproject.toml",
16-
"{{cookiecutter.project_name}}/uv.lock",
17-
""
15+
"pyproject.toml",
16+
"uv.lock",
1817
]
1918

2019

0 commit comments

Comments
 (0)