diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed3584b..2369c61 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.8.0 + rev: v1.9.0 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.3.0 + rev: v0.3.2 hooks: - id: ruff - id: ruff-format