diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2f40321..8d032c6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-added-large-files - id: check-case-conflict - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black files: ^tools/(?!schemacode) @@ -55,7 +55,7 @@ repos: - id: codespell args: ["--config=.codespellrc", "--dictionary=-", "--dictionary=.codespell_dict"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.10.0 hooks: - id: mypy # Sync with project.optional-dependencies.typing