We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521ac75 commit eb2d2f7Copy full SHA for eb2d2f7
1 file changed
Makefile
@@ -21,7 +21,7 @@ format: .venv ## Format the code base.
21
ruff check . --fix
22
ruff format .
23
24
-.PHONY: type
+.PHONY: typecheck
25
typecheck: .venv ## Type-check the code base.
26
mypy .
27
0 commit comments