Skip to content

Commit

Permalink
chore: Add pre-commit installation message after 'make install'
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Nov 5, 2024
1 parent a6784e2 commit 2fafe59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions {{cookiecutter.project_name}}/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install: ## Install dependencies
@$(MAKE) --quiet setup-git
@$(MAKE) --quiet add-repo-to-git
@echo "Installed the '{{ cookiecutter.project_name }}' project! You can now activate your virtual environment with 'source .venv/bin/activate'."
@echo "If you want to use pre-commit hooks, run 'make install-pre-commit'."
@echo "Note that this is a 'uv' project. Use 'uv add <package>' to install new dependencies and 'uv remove <package>' to remove them."

install-rust:
Expand Down

0 comments on commit 2fafe59

Please sign in to comment.