Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ check: install ## run all pre-commit checks
prek run --all-files

check-from-ref: install ## will run prek checks for all changes since you branched off
prek run --from-ref main
prek run --from-ref master

check-install: ## checks for a uv installation
@command -v uv >/dev/null 2>&1 || (echo 'uv not found, install via: curl -LsSf https://astral.sh/uv/install.sh | sh' && exit 1)
Expand Down
Loading