diff --git a/lefthook.yml b/lefthook.yml index ce16878..a9f5343 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -6,12 +6,6 @@ { 'prettier': { 'run': 'bunx prettier . --write' }, 'eslint': { 'run': 'bunx eslint . --fix' }, - }, - }, - 'pre-push': - { - 'commands': - { 'go-fmt': { 'run': 'go fmt ./...' }, 'go-lint': { 'run': 'bun run lint:go' }, 'go-test': { 'run': 'go test ./...' },