diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cddab7..4ad6c46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,11 +28,15 @@ repos: rev: v1.5.4 hooks: - id: insert-license - files: \_test.go$ + files: \.go$ args: - --license-filepath - LICENSE # defaults to: LICENSE.txt - --comment-style - // # defaults to: # - --use-current-year - - --no-extra-eol + - repo: https://github.com/sparetimecoders/pre-commit-check-signed + rev: 702743c64b74a8c48645defa3d54a1562756c91d + hooks: + - id: check-signed-commit + name: check-signed-commit