Loading .pre-commit-config.yaml +7 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading
.pre-commit-config.yaml +7 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading @@ -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