diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b35a25..93790dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort @@ -26,7 +26,7 @@ repos: exclude: 'venv' - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.1 + rev: v1.20.2 hooks: - id: mypy args: [--ignore-missing-imports]