Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

.pre-commit-config.yaml

Blame
  • .pre-commit-config.yaml 297 B
    repos:
      - repo: https://github.com/qoomon/git-conventional-commits
        rev: v2.7.2
        hooks:
          - id: conventional-commits
      - repo: https://github.com/pre-commit/pre-commit-hooks
        rev: v2.3.0
        hooks:
        -   id: check-yaml
        -   id: end-of-file-fixer
        -   id: trailing-whitespace