alpha
Login
or
Join now
snowytrees.dev
/
project-manager
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Integrated repository, worktree, git stacker, and project manager
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
project-manager
/
.githooks
/
at
master
1 file
Jordan Isaacs
add a project pre-commit hook that runs make lint
2mo ago
320cf618
pre-commit
add a project pre-commit hook that runs make lint `make hooks-install` points `core.hooksPath` at `.githooks/` so commits run lint locally. The hook chains to `$PM_PRE_COMMIT_CHAIN/pre-commit` when set so a global Databricks pre-commit still gets to run its secret-scan / commit-msg checks. The lint target now exits with an explicit "don't use noqa / type: ignore to silence" hint so contributors fix the underlying issue instead of suppressing the warning.
2 months ago