diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b19b6091..2f004d55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,20 +5,20 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.9 hooks: - id: ruff-check args: [--fix, --unsafe-fixes] - id: ruff-format - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.12 hooks: - id: actionlint args: ["-ignore", 'label ".+" is unknown'] - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.42.3 + rev: v1.45.0 hooks: - id: typos args: [--force-exclude] # omitting --write-changes @@ -29,7 +29,7 @@ repos: - id: validate-pyproject - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v1.20.0 hooks: - id: mypy exclude: tests|examples