diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5205f6..256dfb6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 + rev: v0.11.12 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -22,7 +22,7 @@ repos: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.16.0 hooks: - id: mypy args: []