File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : check-executables-have-shebangs
6
6
- id : check-toml
@@ -11,39 +11,39 @@ repos:
11
11
- id : requirements-txt-fixer
12
12
13
13
- repo : https://github.com/MarcoGorelli/auto-walrus
14
- rev : v0.2.2
14
+ rev : 0.3.4
15
15
hooks :
16
16
- id : auto-walrus
17
17
18
- - repo : https://github.com/charliermarsh /ruff-pre-commit
19
- rev : v0.0.270
18
+ - repo : https://github.com/astral-sh /ruff-pre-commit
19
+ rev : v0.9.1
20
20
hooks :
21
21
- id : ruff
22
22
23
23
- repo : https://github.com/psf/black
24
- rev : 23.3 .0
24
+ rev : 24.10 .0
25
25
hooks :
26
26
- id : black
27
27
28
28
- repo : https://github.com/codespell-project/codespell
29
- rev : v2.2.4
29
+ rev : v2.3.0
30
30
hooks :
31
31
- id : codespell
32
32
additional_dependencies :
33
33
- tomli
34
34
35
35
- repo : https://github.com/tox-dev/pyproject-fmt
36
- rev : " 0.11.2 "
36
+ rev : " v2.5.0 "
37
37
hooks :
38
38
- id : pyproject-fmt
39
39
40
40
- repo : https://github.com/abravalheri/validate-pyproject
41
- rev : v0.13
41
+ rev : v0.23
42
42
hooks :
43
43
- id : validate-pyproject
44
44
45
45
- repo : https://github.com/pre-commit/mirrors-mypy
46
- rev : v1.3.0
46
+ rev : v1.14.1
47
47
hooks :
48
48
- id : mypy
49
49
args :
You can’t perform that action at this time.
0 commit comments