diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 808801f..3d72ce1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror @@ -21,7 +21,7 @@ repos: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.1 + rev: v1.20.2 hooks: - id: mypy exclude: ^(docs/|tests/)