diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ced080..2c664b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.0.0 hooks: - id: mypy additional_dependencies: ["openai>=1.0.0", "httpx>=0.27.0"]