From dc4ddb7f6683a02b451b3e19bf965c8767af009d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:39:45 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 3 updates Bumps the pre-commit-hooks group with 3 updates: [https://github.com/citation-file-format/cffconvert](https://github.com/citation-file-format/cffconvert), [https://github.com/executablebooks/mdformat](https://github.com/executablebooks/mdformat) and [https://gitlab.com/vojko.pribudic.foss/pre-commit-update](https://gitlab.com/vojko.pribudic.foss/pre-commit-update). Updates `https://github.com/citation-file-format/cffconvert` from 5295f87c0e261da61a7b919fc754e3a77edd98a7 to b6045d78aac9e02b039703b030588d54d53262ac - [Release notes](https://github.com/citation-file-format/cffconvert/releases) - [Changelog](https://github.com/citation-file-format/cffconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/citation-file-format/cffconvert/compare/5295f87c0e261da61a7b919fc754e3a77edd98a7...b6045d78aac9e02b039703b030588d54d53262ac) Updates `https://github.com/executablebooks/mdformat` from 0.7.21 to 1.0.0 - [Commits](https://github.com/executablebooks/mdformat/compare/0.7.21...1.0.0) Updates `https://gitlab.com/vojko.pribudic.foss/pre-commit-update` from v0.6.0 to 0.9.0 - [Release notes](https://gitlab.com/vojko.pribudic.foss/pre-commit-update/tags) - [Commits](https://gitlab.com/vojko.pribudic.foss/pre-commit-update/compare/v0.6.0...v0.9.0) --- updated-dependencies: - dependency-name: https://github.com/citation-file-format/cffconvert dependency-version: b6045d78aac9e02b039703b030588d54d53262ac dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/executablebooks/mdformat dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pre-commit-hooks - dependency-name: https://gitlab.com/vojko.pribudic.foss/pre-commit-update dependency-version: 0.9.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ec1c47..2a4aa68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/citation-file-format/cffconvert - rev: 5295f87c0e261da61a7b919fc754e3a77edd98a7 + rev: b6045d78aac9e02b039703b030588d54d53262ac hooks: - id: validate-cff - repo: https://github.com/codespell-project/codespell @@ -28,7 +28,7 @@ repos: .*\.ipynb )$ - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: @@ -48,7 +48,7 @@ repos: hooks: - id: actionlint - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update - rev: v0.6.0 + rev: v0.9.0 hooks: - id: pre-commit-update args: ["--keep", "mdformat", "--keep", "pre-commit-update", "--keep", "cffconvert"]