diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18cd5df..125fe9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: typos # python - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.7.1 hooks: - id: mypy args: [--strict, --ignore-missing-imports]