We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add2c8b commit ca9ef43Copy full SHA for ca9ef43
Makefile
@@ -9,7 +9,7 @@ build: ## [py] Build python package
9
uv build
10
11
.PHONY: check
12
-check: check-tests check-format check-types ## [py] Run python checks
+check: check-format check-types check-tests ## [py] Run python checks
13
14
.PHONY: check-tests
15
check-tests: ## [py] Run python tests
0 commit comments