diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4577bf..40e0491 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_branch: 'devel' repos: - repo: /~https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.5 + rev: v18.1.1 hooks: - id: clang-format args: [--style=Google] @@ -25,6 +25,6 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: /~https://github.com/psf/black - rev: 23.11.0 + rev: 24.3.0 hooks: - id: black