diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d0e1e4..6bd9629 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,3 +37,9 @@ repos: pass_filenames: false types: [go] language: system + - id: gofumpt + name: gofumpt check + entry: make fumpt + pass_filenames: false + types: [go] + language: system