diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9e86df..db0fcc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: args: [--py310-plus] - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort name: isort (python) @@ -88,7 +88,7 @@ repos: additional_dependencies: [".[toml]"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.0 + rev: v1.20.2 hooks: - id: mypy language_version: python3.12