We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4933ea2 commit 10a3664Copy full SHA for 10a3664
.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.19
+ rev: 0.7.21
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.1
+ rev: v0.8.6
33
34
# Run ruff linter.
35
- id: ruff
0 commit comments