Skip to content

Commit 10a3664

Browse files
[pre-commit.ci] pre-commit autoupdate (#962)
updates: - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4933ea2 commit 10a3664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: check-yaml
2121
exclude: devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
2222
- repo: https://github.com/executablebooks/mdformat
23-
rev: 0.7.19
23+
rev: 0.7.21
2424
hooks:
2525
- id: mdformat
2626
additional_dependencies:
@@ -29,7 +29,7 @@ repos:
2929
- mdformat-config
3030
# ----- Python formatting -----
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.8.1
32+
rev: v0.8.6
3333
hooks:
3434
# Run ruff linter.
3535
- id: ruff

0 commit comments

Comments
 (0)