We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a3664 commit 7b4078fCopy full SHA for 7b4078f
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: check-yaml
21
exclude: devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
22
- repo: https://github.com/executablebooks/mdformat
23
- rev: 0.7.21
+ rev: 0.7.22
24
hooks:
25
- id: mdformat
26
additional_dependencies:
@@ -29,7 +29,7 @@ repos:
29
- mdformat-config
30
# ----- Python formatting -----
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.8.6
+ rev: v0.9.4
33
34
# Run ruff linter.
35
- id: ruff
@@ -63,7 +63,7 @@ repos:
63
- --remove-kernel-metadata
64
# ----- spellchecking -----
65
- repo: https://github.com/codespell-project/codespell/
66
- rev: v2.3.0
+ rev: v2.4.1
67
68
- id: codespell
69
exclude: doc/src/legal-notice.md
0 commit comments