Loading .pre-commit-config.yaml +6 −6 Original line number Diff line number Diff line default_stages: [commit] default_stages: [pre-commit] repos: - repo: meta Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading Loading
.pre-commit-config.yaml +6 −6 Original line number Diff line number Diff line default_stages: [commit] default_stages: [pre-commit] repos: - repo: meta Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading