Skip to content

Commit 330cbb9

Browse files
dguidoclaude
andcommitted
fix: restore 'reformat' target as alias to fix CI
The self-test CI workflow expects 'make reformat' to exist. Add it back as an alias alongside 'fix' and 'format'. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e805061 commit 330cbb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ check: lint test
7373
typecheck ty: $(VENV)/pyvenv.cfg
7474
uv run ty check src
7575

76-
.PHONY: fix format
77-
fix format:
76+
.PHONY: fix format reformat
77+
fix format reformat:
7878
uv run ruff format && \
7979
uv run ruff check --fix
8080

0 commit comments

Comments
 (0)