diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 047193ec5118b5bbf83070a5d86ecde72b762261..01b7e2700514326aaa7e0e4693436fa7d023521c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,17 +5,20 @@ repos: - id: clang-format args: [-i, --style=Google] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.2.0 hooks: - - id: trailing-whitespace - id: check-added-large-files - id: check-ast + - id: check-executables-have-shebangs + - id: check-json - id: check-merge-conflict - id: check-symlinks - id: check-toml - id: check-yaml - id: debug-statements + - id: destroyed-symlinks - id: detect-private-key - id: end-of-file-fixer + - id: fix-byte-order-marker - id: mixed-line-ending - id: trailing-whitespace