diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4199ccf..40186c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.0.0 hooks: - id: mypy files: ^src/|^tests/ @@ -32,6 +32,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: 'v22.1.4' # Use the sha / tag you want to point at + rev: 'v22.1.5' # Use the sha / tag you want to point at hooks: - id: clang-format