From 5b80fdb9651f57cbf0aaef6bb1cac1567ebee15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:36:02 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-hooks group with 2 updates: [https://github.com/citation-file-format/cffconvert](https://github.com/citation-file-format/cffconvert) and [https://github.com/executablebooks/mdformat](https://github.com/executablebooks/mdformat). 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) --- 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 ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 095e288..56a1864 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: