diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25fc8b9..2b0c594 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,11 +18,11 @@ repos: - id: pretty-format-yaml args: [--autofix] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.0 hooks: - id: mypy - repo: https://github.com/PyCQA/isort - rev: 9.0.0a3 + rev: 9.0.0b1 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror