diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8342604..4437d0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: [--check, --config, ./pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.20.0' # make sure this is always consistent with hatch configs + rev: 'v1.20.1' # make sure this is always consistent with hatch configs hooks: - id: mypy args: ["--config-file=./pyproject.toml", "--install-types", "--non-interactive", "--ignore-missing-imports"]