knowledge-search

git clone git://archive.git.mtrnord.blog/MTRNord/knowledge-search.git
Log | Files | Refs | README | LICENSE

.pre-commit-config.yaml (522B)


      1 repos:
      2   - repo: https://github.com/compilerla/conventional-pre-commit
      3     rev: v2.1.1
      4     hooks:
      5       - id: conventional-pre-commit
      6         stages: [commit-msg]
      7         args:
      8           [
      9             "feat",
     10             "fix",
     11             "doc",
     12             "perf",
     13             "refactor",
     14             "style",
     15             "test",
     16             "chore",
     17             "security",
     18           ]
     19   - repo: https://github.com/gitleaks/gitleaks
     20     rev: v8.16.1
     21     hooks:
     22       - id: gitleaks
     23         stages: [prepare-commit-msg]