Thanks to visit codestin.com
Credit goes to gitlab.com

Verified Commit 0fc825e3 authored by Adrian DC's avatar Adrian DC
Browse files

chore(pre-commit): update against 'pre-commit-crocodile' 4.1.0



Signed-off-by: default avatarAdrian DC <[email protected]>
parent 3a75321d
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ repos:
      - id: check-merge-conflict
      - id: check-toml
      # - id: check-xml
      #   # - id: check-yaml
      #   #   args: ['--unsafe']
      - id: check-yaml
        args: ['--unsafe']
      - id: destroyed-symlinks
        stages: [commit, push, manual] # Issue: https://github.com/pre-commit/pre-commit-hooks/pull/1085
      # - id: detect-private-key
@@ -59,6 +59,10 @@ repos:
      - id: mixed-line-ending
      - id: trailing-whitespace
        args: ['--markdown-linebreak-ext=md']
        exclude: >
          (?x)(
            .*.md$
          )

  # Repository: pre-commit-hooks
  - repo: https://github.com/pre-commit/pygrep-hooks
@@ -82,4 +86,5 @@ repos:
  - repo: https://gitlab.com/RadianDevCore/tools/pre-commit-crocodile
    rev: 4.1.0
    hooks:
      - id: check-yaml-ruamel-pure
      - id: prepare-commit-message