tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
3.02k stars 252 forks source link

Refactor enable git hooks dev script #1771

Closed mtlynch closed 6 months ago

mtlynch commented 6 months ago

I stumbled across enable_hooks, and it violates a lot of our current conventions. I don't think our git hooks deserve their own top-level directory, so I've moved the git-hooks folder to dev-scripts and moved the enable-git-hooks script to dev-scripts since it should just live with all the other dev scripts.

Note: Everyone on the team that uses git hooks will have to run ./dev-scripts/enable-git-hooks after this is merged.

Review on CodeApprove

mtlynch commented 6 months ago
Automated comment from CodeApprove ➜

⏳ @jotaen4tinypilot please review this Pull Request