diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3aa5c6c..2ecd19a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: - id: sync-pre-commit-deps args: [--yaml-mapping, '2', --yaml-sequence, '4', --yaml-offset, '2'] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.15 + rev: 0.9.21 hooks: - id: uv-lock @@ -116,7 +116,7 @@ repos: - id: blacken-docs additional_dependencies: [black==25.12.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.10 hooks: - id: ruff-check alias: ruff-isort @@ -124,7 +124,7 @@ repos: args: [--select, I001, --fix] - id: ruff-check - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.0 + rev: v1.19.1 hooks: - id: mypy name: mypy (without imports) @@ -137,14 +137,14 @@ repos: - id: validate-pyproject additional_dependencies: ['validate-pyproject-schema-store[all]'] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.35.0 + rev: 0.36.0 hooks: - id: check-dependabot - id: check-github-actions - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/rhysd/actionlint - rev: v1.7.9 + rev: v1.7.10 hooks: - id: actionlint @@ -156,7 +156,7 @@ repos: # spell checks - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.40.0 + rev: v1.41.0 hooks: - id: typos - repo: https://github.com/codespell-project/codespell