Skip to content

Commit 3c5889f

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.13.3 → v0.14.6](astral-sh/ruff-pre-commit@v0.13.3...v0.14.6)
1 parent a8f4d25 commit 3c5889f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/executablebooks/mdformat
17-
rev: 0.7.22
17+
rev: 1.0.0
1818
hooks:
1919
- id: mdformat
2020
additional_dependencies:
2121
[mdformat-gfm, mdformat-frontmatter, mdformat-footnote]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.13.3"
23+
rev: "v0.14.6"
2424
hooks:
2525
- id: ruff
2626
args: [--exit-non-zero-on-fix]

0 commit comments

Comments
 (0)