diff options
| author | Rye <rye@alchemyviewer.org> | 2025-10-19 16:37:01 -0400 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-10-20 19:39:49 +0300 |
| commit | c847a5eaac635604a2490872c0ee8cc947273cf5 (patch) | |
| tree | ab114ee0d981a67770a164713073a5c1bdb7a924 | |
| parent | 993851cc2a1441a99b3c1387ed5b4a9114c983f3 (diff) | |
Update pre-commit hooks to v6.0.0
| -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 7e754714c6..d1dcc93976 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: indent-with-spaces files: \.(cpp|c|m|mm|h|inl|py|glsl|cmake)$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-xml - id: mixed-line-ending |
