diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-05-16 20:46:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-16 20:46:18 +0300 |
commit | 479a23af5ed53256d52c93885315478be7a6ad53 (patch) | |
tree | fb4963f33fb16675c89adb4e4f39054bc82d4b27 /.pre-commit-config.yaml | |
parent | 008c8f7c86e4ee8c672735a45928bf3019f5272a (diff) |
Update pre-commit hook to v5.0.0 (#4093)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1dd7c8c800..8baac5a81d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: indent-with-spaces files: \.(cpp|c|h|inl|py|glsl|cmake)$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-xml - id: mixed-line-ending |