diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0425dc6..07a2a63 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.29 + rev: 0.11.3 hooks: - id: uv-lock @@ -82,7 +82,7 @@ repos: hooks: - id: forbid-tabs - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.6.0 + rev: 3.6.1 hooks: - id: editorconfig-checker exclude_types: [jupyter] @@ -107,16 +107,16 @@ repos: # python formatting and linting - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.1 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs rev: 1.20.0 hooks: - id: blacken-docs - additional_dependencies: [black==26.1.0] + additional_dependencies: [black==26.3.1] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.9 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.1 + rev: v1.20.0 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.36.1 + rev: 0.37.1 hooks: - id: check-dependabot - id: check-github-actions - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.12 hooks: - id: actionlint @@ -156,11 +156,11 @@ repos: # spell checks - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.43.0 + rev: v1.45.0 hooks: - id: typos - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: local