diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 322e855..c1358b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -15,11 +15,11 @@ repos: - id: name-tests-test exclude: tests/(common.py|util.py|(helpers|integration/factories)/(.+).py) - repo: https://github.com/asottile/reorder_python_imports - rev: v2.6.0 + rev: v3.0.1 hooks: - id: reorder-python-imports - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.930 + rev: v0.942 hooks: - id: mypy exclude: docs/