We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
|| true
1 parent 26a73a1 commit 480e645Copy full SHA for 480e645
1 file changed
Makefile
@@ -42,7 +42,7 @@ format: ## Run formatters
42
@$(PRINT) "$(YELLOW)Running YAML formatter...$(RESET)"
43
@uv run yamlfmt .
44
@$(PRINT) "$(YELLOW)Running TOML formatter...$(RESET)"
45
- @uv run pyproject-fmt -n pyproject.toml
+ @uv run pyproject-fmt -n pyproject.toml || true
46
47
typecheck: ## Run typecheckers
48
@$(PRINT) "$(YELLOW)Running Python typechecker...$(RESET)"
0 commit comments