Commit 356ca36 1 parent 10a3664 commit 356ca36 Copy full SHA for 356ca36
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- id : check-yaml
21
21
exclude : devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
22
22
- repo : https://github.com/executablebooks/mdformat
23
- rev : 0.7.21
23
+ rev : 0.7.22
24
24
hooks :
25
25
- id : mdformat
26
26
additional_dependencies :
29
29
- mdformat-config
30
30
# ----- Python formatting -----
31
31
- repo : https://github.com/astral-sh/ruff-pre-commit
32
- rev : v0.8.6
32
+ rev : v0.9.9
33
33
hooks :
34
34
# Run ruff linter.
35
35
- id : ruff
39
39
# Run ruff formatter.
40
40
- id : ruff-format
41
41
- repo : https://github.com/tox-dev/pyproject-fmt
42
- rev : v2.5.0
42
+ rev : v2.5.1
43
43
hooks :
44
44
- id : pyproject-fmt
45
45
- repo : https://github.com/abravalheri/validate-pyproject
63
63
- --remove-kernel-metadata
64
64
# ----- spellchecking -----
65
65
- repo : https://github.com/codespell-project/codespell/
66
- rev : v2.3.0
66
+ rev : v2.4.1
67
67
hooks :
68
68
- id : codespell
69
69
exclude : doc/src/legal-notice.md
You can’t perform that action at this time.
0 commit comments