@@ -7,7 +7,7 @@ default_language_version:
7
7
repos :
8
8
# Formatters
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.6 .0
10
+ rev : v6.0 .0
11
11
hooks :
12
12
- id : check-ast
13
13
- id : check-builtin-literals
19
19
args : [--remove]
20
20
21
21
- repo : https://github.com/asottile/pyupgrade
22
- rev : v3.17 .0
22
+ rev : v3.20 .0
23
23
hooks :
24
24
- id : pyupgrade
25
25
types : [file]
@@ -36,30 +36,30 @@ repos:
36
36
types_or : [python, pyi]
37
37
38
38
- repo : https://github.com/psf/black
39
- rev : 24.8 .0
39
+ rev : 25.1 .0
40
40
hooks :
41
41
- id : black
42
42
types : [file]
43
43
types_or : [python, pyi]
44
44
language_version : python3
45
45
46
46
- repo : https://github.com/PyCQA/isort
47
- rev : 5.13.2
47
+ rev : 6.0.1
48
48
hooks :
49
49
- id : isort
50
50
types : [file]
51
51
types_or : [python, pyi]
52
52
minimum_pre_commit_version : 2.9.0
53
53
54
54
- repo : https://github.com/asottile/setup-cfg-fmt
55
- rev : v2.5 .0
55
+ rev : v2.8 .0
56
56
hooks :
57
57
- id : setup-cfg-fmt
58
58
args : [--include-version-classifiers]
59
59
60
60
# Notebook tools
61
61
- repo : https://github.com/kynan/nbstripout
62
- rev : 0.7 .1
62
+ rev : 0.8 .1
63
63
hooks :
64
64
- id : nbstripout
65
65
args :
68
68
- " metadata.vscode metadata.language_info.version"
69
69
70
70
- repo : https://github.com/nbQA-dev/nbQA
71
- rev : 1.8.7
71
+ rev : 1.9.1
72
72
hooks :
73
73
- id : nbqa-black
74
74
additional_dependencies : [black==22.6.0]
92
92
additional_dependencies : [flake8-docstrings, flake8-print>=5.0.0]
93
93
94
94
- repo : https://github.com/PyCQA/flake8
95
- rev : 7.1.1
95
+ rev : 7.3.0
96
96
hooks :
97
97
- id : flake8
98
98
name : " flake8 lint code"
@@ -104,7 +104,7 @@ repos:
104
104
- " --count"
105
105
106
106
- repo : https://github.com/PyCQA/flake8
107
- rev : 7.1.1
107
+ rev : 7.3.0
108
108
hooks :
109
109
- id : flake8
110
110
alias : flake8-docs
@@ -116,7 +116,7 @@ repos:
116
116
additional_dependencies : [flake8-docstrings, darglint==1.8.0]
117
117
118
118
- repo : https://github.com/pre-commit/mirrors-mypy
119
- rev : v1.11.2
119
+ rev : v1.17.1
120
120
hooks :
121
121
- id : mypy
122
122
exclude : " docs|benchmark/|.*/tests?/.*"
@@ -131,7 +131,7 @@ repos:
131
131
additional_dependencies : [click<8]
132
132
133
133
- repo : https://github.com/rstcheck/rstcheck
134
- rev : " v6.2.4 "
134
+ rev : " v6.2.5 "
135
135
hooks :
136
136
- id : rstcheck
137
137
additional_dependencies : [sphinx]
@@ -150,7 +150,7 @@ repos:
150
150
- id : rst-inline-touching-normal
151
151
152
152
- repo : https://github.com/codespell-project/codespell
153
- rev : v2.3.0
153
+ rev : v2.4.1
154
154
hooks :
155
155
- id : codespell
156
156
types : [file]
0 commit comments