Skip to content

Commit a886d73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7)
1 parent 350b210 commit a886d73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
# mdformat is not enabled by default, but can be run manually with:
8282
# pre-commit run mdformat --all-files --hook-stage manual
8383
- repo: https://github.com/executablebooks/mdformat
84-
rev: 0.7.22 # blocked by https://github.com/executablebooks/mdformat-myst/issues/45
84+
rev: 1.0.0 # blocked by https://github.com/executablebooks/mdformat-myst/issues/45
8585
hooks:
8686
- id: mdformat
8787
stages: [ manual ]
@@ -104,7 +104,7 @@ repos:
104104
additional_dependencies: [setuptools-scm]
105105

106106
- repo: https://github.com/astral-sh/ruff-pre-commit
107-
rev: v0.14.6
107+
rev: v0.14.7
108108
hooks:
109109
- id: ruff-format
110110
- id: ruff

0 commit comments

Comments
 (0)