pre-commit: commands: gofmt: glob: "*.go" run: gofmt -w {staged_files} stage_fixed: true