You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopts the fleet hook pattern established in basecamp/bc3#12423: prek
(j178/prek, a Rust pre-commit reimplementation) installs as a sha256-verified
prebuilt binary via mise's aqua backend, and this change introduces working
commit hooks where none ran before.
- .githooks/pre-commit is checked in with the bin/bcenv shebang; bcenv
transparently re-execs through a login shell so GUI git clients resolve
mise-managed tools
- bin/setup points core.hooksPath at .githooks; anyone who runs bin/setup
(including outside contributors) gets local blocking hooks from then on
- prek.toml declares rubocop (staged files only, --force-exclusion honors
.rubocop.yml) plus the merge-conflict/case-conflict/large-file/private-key
safety builtins
0 commit comments