diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45149775..a882f51e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -21,7 +21,7 @@ repos: hooks: - id: cmake-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.3 + rev: v17.0.4 hooks: - id: clang-format args: ['--style={BasedOnStyle: Google,SortIncludes: false}']