Skip to content

Commit eb2d2f7

Browse files
committed
Makefile: Fix name of PHONY target
1 parent 521ac75 commit eb2d2f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ format: .venv ## Format the code base.
2121
ruff check . --fix
2222
ruff format .
2323

24-
.PHONY: type
24+
.PHONY: typecheck
2525
typecheck: .venv ## Type-check the code base.
2626
mypy .
2727

0 commit comments

Comments
 (0)