diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f45de587..f0d52dabc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: # C++ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.2 + rev: v17.0.3 hooks: - id: clang-format @@ -21,6 +21,6 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black