diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4014589..e9a0e90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_branch: "master" repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.2 + rev: v17.0.3 hooks: - id: clang-format args: [-i, --style=file] @@ -22,6 +22,6 @@ repos: hooks: - id: mdformat - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.1 hooks: - id: black