File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
repos :
5
5
- repo : https://github.com/astral-sh/ruff-pre-commit
6
6
# Ruff version.
7
- rev : " v0.3.5 "
7
+ rev : " v0.5.0 "
8
8
hooks :
9
9
- id : ruff
10
10
args : ["--fix", "--show-fixes"]
@@ -15,15 +15,15 @@ repos:
15
15
- id : prettier
16
16
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks
18
- rev : v4.5 .0
18
+ rev : v4.6 .0
19
19
hooks :
20
20
- id : check-yaml
21
21
- id : trailing-whitespace
22
22
- id : end-of-file-fixer
23
23
- id : check-docstring-first
24
24
25
25
- repo : https://github.com/psf/black-pre-commit-mirror
26
- rev : 24.3.0
26
+ rev : 24.4.2
27
27
hooks :
28
28
- id : black
29
29
@@ -49,19 +49,19 @@ repos:
49
49
args : [--extra-keys=metadata.kernelspec metadata.language_info.version]
50
50
51
51
- repo : https://github.com/codespell-project/codespell
52
- rev : v2.2.6
52
+ rev : v2.3.0
53
53
hooks :
54
54
- id : codespell
55
55
additional_dependencies :
56
56
- tomli
57
57
58
58
- repo : https://github.com/abravalheri/validate-pyproject
59
- rev : v0.16
59
+ rev : v0.18
60
60
hooks :
61
61
- id : validate-pyproject
62
62
63
63
- repo : https://github.com/rhysd/actionlint
64
- rev : v1.6.27
64
+ rev : v1.7.1
65
65
hooks :
66
66
- id : actionlint
67
67
files : " .github/workflows/"
You can’t perform that action at this time.
0 commit comments