diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8f40af..772227d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,19 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: debug-statements - id: mixed-line-ending - - repo: https://github.com/psf/black - rev: 24.10.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black args: [--safe, --quiet] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.6 + rev: v21.1.8 hooks: - id: clang-format args: [--style=file]