Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jan 24, 2025
1 parent 655e36d commit 0cf599b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ venv:
@curl -LsSf https://astral.sh/uv/install.sh | sh
@uv venv --python '3.12'


.PHONY: help
help: ## Display this help screen
@echo -e "\033[1mAvailable commands:\033[0m"
@grep -E '^[a-z.A-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-18s\033[0m %s\n", $$1, $$2}' | sort


.PHONY: clean
clean: ## clean the folder
@git clean -d -X -f


.PHONY: fmt
fmt: venv ## Run autoformatting and linting
@uv pip install pre-commit
Expand Down

0 comments on commit 0cf599b

Please sign in to comment.