Skip to content

Commit 7b4078f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - https://github.com/codespell-project/codespell/: v2.3.0 → v2.4.1
1 parent 10a3664 commit 7b4078f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.21
23+
rev: 0.7.22
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.6
32+
rev: v0.9.4
3333
hooks:
3434
# Run ruff linter.
3535
- id: ruff
@@ -63,7 +63,7 @@ repos:
6363
- --remove-kernel-metadata
6464
# ----- spellchecking -----
6565
- repo: https://github.com/codespell-project/codespell/
66-
rev: v2.3.0
66+
rev: v2.4.1
6767
hooks:
6868
- id: codespell
6969
exclude: doc/src/legal-notice.md

0 commit comments

Comments
 (0)