Skip to content

Commit 480e645

Browse files
authored
fix(make): add || true to pyproject-fmt
1 parent 26a73a1 commit 480e645

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
@@ -42,7 +42,7 @@ format: ## Run formatters
4242
@$(PRINT) "$(YELLOW)Running YAML formatter...$(RESET)"
4343
@uv run yamlfmt .
4444
@$(PRINT) "$(YELLOW)Running TOML formatter...$(RESET)"
45-
@uv run pyproject-fmt -n pyproject.toml
45+
@uv run pyproject-fmt -n pyproject.toml || true
4646

4747
typecheck: ## Run typecheckers
4848
@$(PRINT) "$(YELLOW)Running Python typechecker...$(RESET)"

0 commit comments

Comments
 (0)