diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69fe0d5..93c8b6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: args: - '--max-line-length=88' - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.0 hooks: - id: mypy - repo: https://github.com/asottile/reorder-python-imports