Verified Commit 5807e36f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Update project's own hooks

parent 432b019f
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
default_stages: [commit]
default_stages: [pre-commit]
repos:

- repo: meta
@@ -7,7 +7,7 @@ repos:
  - id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
  rev: v4.6.0
  rev: v6.0.0
  hooks:
  - id: check-added-large-files
  - id: check-case-conflict
@@ -16,14 +16,14 @@ repos:
    args: [--allow-multiple-documents]
  - id: destroyed-symlinks
  - id: end-of-file-fixer
    stages: [commit, manual]
    stages: [pre-commit, manual]
  - id: fix-byte-order-marker
  - id: mixed-line-ending
    args: [--fix=lf]
    stages: [commit, manual]
    stages: [pre-commit, manual]
  - id: trailing-whitespace
    exclude_types: [markdown, plain-text]
    stages: [commit, manual]
    stages: [pre-commit, manual]

- repo: https://github.com/jorisroovers/gitlint
  rev: v0.19.1
@@ -31,7 +31,7 @@ repos:
  - id: gitlint

- repo: https://code.kodo.org.uk/dom/pre-commit-hooks
  rev: v0.6.1
  rev: v0.6.3
  hooks:
  - id: check-executable-modes
  - id: check-for-squash