diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0891d67..b61a675 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.1 hooks: - id: mypy args: ["--strict"] @@ -24,7 +24,7 @@ repos: additional_dependencies: ["httpx", "packaging", "typer>=0.3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.1 + rev: v0.14.11 hooks: - id: ruff - id: ruff-format