Commit 902903a3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add additional hook checks

parent ab669a69
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ repos:
  - id: check-case-conflict
  - id: check-merge-conflict
  - id: check-yaml
  - id: check-toml
  - id: debug-statements
  - id: end-of-file-fixer
  - id: trailing-whitespace
@@ -26,6 +27,13 @@ repos:
    pass_filenames: false
    stages: [commit, merge-commit]

- repo: https://code.kodo.org.uk/dom/pre-commit-hooks
  rev: v0.3
  hooks:
  - id: check-for-squash
    args: [--skip-branch=tmp, --skip-branch=tmp/*]
  - id: copyright-notice

- repo: https://github.com/jorisroovers/gitlint
  rev: v0.13.1
  hooks: