diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fd7e46..4c3fa4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.6" + rev: "v0.6.8" hooks: - id: ruff args: [--fix] @@ -9,7 +9,7 @@ repos: args: [--config=pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy language_version: python3.8