github.com/pkumar631/talisman@v0.3.2/.pre-commit-hooks.yaml (about)

     1  -   id: talisman-commit
     2      name: talisman
     3      entry: talisman -githook pre-commit
     4      stages: [commit]
     5      # talisman currently discovers files by itself and does not take them on the cli
     6      pass_filenames: false
     7      types: [text]
     8      language: golang
     9  
    10  -   id: talisman-push
    11      name: talisman
    12      entry: talisman -githook pre-push
    13      stages: [push]
    14      # talisman currently discovers files by itself and does not take them on the cli
    15      pass_filenames: false
    16      types: [text]
    17      language: golang