diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b627951..c25625a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: entry: flake8 --docstring-convention google --max-doc-length 100 --max-line-length 88 --ignore E203,W503,W605 exclude: example/ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.1.1 hooks: - id: mypy additional_dependencies: