Skip to content

Commit

Permalink
Don't update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Apr 16, 2024
1 parent ca32ce3 commit af44af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/template_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ def update(languages: Set[str], dry_run: bool) -> None:
continue
if rel_path.startswith("src/"):
continue
if rel_path == "README.md":

if rel_path in {"README.md", "pixi.lock", "Cargo.lock"}:
continue

if rel_path not in files_to_ignore:
Expand Down

0 comments on commit af44af8

Please sign in to comment.