diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 362ca27..9f16c9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff name: Lint with ruff @@ -35,7 +35,7 @@ repos: hooks: - id: typos - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.27 + rev: 0.11.28 hooks: - id: uv-lock name: Update uv lockfile @@ -43,7 +43,7 @@ repos: - --upgrade - id: uv-sync - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.2.0 hooks: - id: mypy name: Static type checking with mypy