diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 16d96dd0..94cfad78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: exclude: ^\.bumpversion\.cfg$ - repo: https://github.com/python-jsonschema/check-jsonschema.git - rev: 0.34.0 + rev: 0.34.1 hooks: - id: check-github-actions - id: check-github-workflows @@ -81,7 +81,7 @@ repos: # mdformat is not enabled by default, but can be run manually with: # pre-commit run mdformat --all-files --hook-stage manual - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat stages: [ manual ] @@ -97,14 +97,14 @@ repos: - id: validate-pyproject - repo: https://github.com/mgedmin/check-manifest - rev: "0.50" + rev: "0.51" hooks: - id: check-manifest args: [ --no-build-isolation ] additional_dependencies: [setuptools-scm] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.0 + rev: v0.14.1 hooks: - id: ruff-format - id: ruff diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 05e5c538..45af126a 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -10,6 +10,7 @@ Unreleased changes - Bump actions/download-artifact from 5 to 6 ({gh-pr}`354`) - Bump actions/upload-artifact from 4 to 5 ({gh-pr}`353`) - Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}`352`) +- pre-commit autoupdate ({gh-pr}`350`) ---