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-added-large-files
6
6
args : ['--maxkb=100']
@@ -25,35 +25,35 @@ repos:
25
25
- id : python-no-log-warn
26
26
- id : python-use-type-annotations
27
27
- id : text-unicode-replacement-char
28
- - repo : https://github.com/asottile/reorder_python_imports
29
- rev : v3.9 .0
28
+ - repo : https://github.com/asottile/reorder-python-imports
29
+ rev : v3.14 .0
30
30
hooks :
31
31
- id : reorder-python-imports
32
32
args : [--py37-plus, --add-import, 'from __future__ import annotations']
33
33
- repo : https://github.com/psf/black
34
- rev : 23 .1.0
34
+ rev : 25 .1.0
35
35
hooks :
36
36
- id : black
37
- - repo : https://github.com/charliermarsh /ruff-pre-commit
38
- rev : v0.0.244
37
+ - repo : https://github.com/astral-sh /ruff-pre-commit
38
+ rev : v0.11.0
39
39
hooks :
40
40
- id : ruff
41
41
- repo : https://github.com/dosisod/refurb
42
- rev : v1.12 .0
42
+ rev : v2.0 .0
43
43
hooks :
44
44
- id : refurb
45
45
args : [--ignore, FURB126]
46
46
- repo : https://github.com/asottile/setup-cfg-fmt
47
- rev : v2.2 .0
47
+ rev : v2.7 .0
48
48
hooks :
49
49
- id : setup-cfg-fmt
50
50
- repo : https://github.com/econchick/interrogate
51
- rev : 1.5 .0
51
+ rev : 1.7 .0
52
52
hooks :
53
53
- id : interrogate
54
54
args : [-v, --fail-under=40, src, tests]
55
55
- repo : https://github.com/executablebooks/mdformat
56
- rev : 0.7.16
56
+ rev : 0.7.22
57
57
hooks :
58
58
- id : mdformat
59
59
additional_dependencies : [
@@ -62,13 +62,13 @@ repos:
62
62
]
63
63
args : [--wrap, "88"]
64
64
- repo : https://github.com/codespell-project/codespell
65
- rev : v2.2.2
65
+ rev : v2.4.1
66
66
hooks :
67
67
- id : codespell
68
68
args : [-L als, -L unparseable]
69
69
additional_dependencies : ["tomli"]
70
70
- repo : https://github.com/pre-commit/mirrors-mypy
71
- rev : ' v1.0 .0'
71
+ rev : ' v1.15 .0'
72
72
hooks :
73
73
- id : mypy
74
74
args : [
82
82
]
83
83
pass_filenames : false
84
84
- repo : https://github.com/mgedmin/check-manifest
85
- rev : " 0.49 "
85
+ rev : " 0.50 "
86
86
hooks :
87
87
- id : check-manifest
88
88
args : [--no-build-isolation]
0 commit comments