diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 644b6fb9..b74b2e55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: hooks: - id: prettier - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black args: ["--line-length=100"] @@ -57,7 +57,7 @@ repos: - id: end-of-file-fixer - id: check-shebang-scripts-are-executable - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.2 + rev: v21.1.5 hooks: - id: clang-format types_or: [c++, c]