chore(githooks): fix pre-commit QA

- replace invalid qa flags with core go qa full\n- add versioned hook entry for consistent behavior
This commit is contained in:
Snider 2026-02-05 22:07:14 +00:00
parent bfc2332d02
commit 9d3fc213ae

4
.githooks/pre-commit Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
exec core go qa full --fix