Loading .pre-commit-config.yaml +3 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 rev: v5.0.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict Loading @@ -11,12 +11,13 @@ repos: - id: check-symlinks - id: check-toml - id: check-yaml exclude: ".clang-format" - id: end-of-file-fixer - id: fix-byte-order-marker - id: mixed-line-ending args: [--fix=lf] - id: no-commit-to-branch args: [--branch=main] args: [--branch=master] - id: trailing-whitespace args: [--markdown-linebreak-ext=md] Loading Loading
.pre-commit-config.yaml +3 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 rev: v5.0.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict Loading @@ -11,12 +11,13 @@ repos: - id: check-symlinks - id: check-toml - id: check-yaml exclude: ".clang-format" - id: end-of-file-fixer - id: fix-byte-order-marker - id: mixed-line-ending args: [--fix=lf] - id: no-commit-to-branch args: [--branch=main] args: [--branch=master] - id: trailing-whitespace args: [--markdown-linebreak-ext=md] Loading