diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d049ca1..cf750e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,14 +7,14 @@ repos: - id: check-added-large-files - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.2 hooks: - id: mypy language_version: python3.12 args: [--strict, --ignore-missing-imports] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.6.4 hooks: - id: ruff stages: [pre-commit, pre-push]