File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
repos :
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : ' v4.6 .0'
10
+ rev : ' v5.0 .0'
11
11
hooks :
12
12
- id : check-merge-conflict
13
13
- repo : https://github.com/asottile/yesqa
@@ -21,13 +21,13 @@ repos:
21
21
hooks :
22
22
- id : isort
23
23
- repo : https://github.com/psf/black
24
- rev : ' 24.4.2 '
24
+ rev : ' 24.8.0 '
25
25
hooks :
26
26
- id : black
27
27
language_version : python3 # Should be a command that runs python3.8+
28
28
29
29
- repo : https://github.com/python-jsonschema/check-jsonschema.git
30
- rev : 0.28.6
30
+ rev : 0.29.3
31
31
hooks :
32
32
- id : check-github-workflows
33
33
files : ^\.github/workflows/[^/]+$
45
45
- id : check-readthedocs
46
46
47
47
- repo : https://github.com/pre-commit/pre-commit-hooks
48
- rev : ' v4.6 .0'
48
+ rev : ' v5.0 .0'
49
49
hooks :
50
50
- id : end-of-file-fixer
51
51
exclude : >-
@@ -78,12 +78,12 @@ repos:
78
78
- id : detect-private-key
79
79
exclude : ^examples/
80
80
- repo : https://github.com/asottile/pyupgrade
81
- rev : ' v3.16 .0'
81
+ rev : ' v3.17 .0'
82
82
hooks :
83
83
- id : pyupgrade
84
84
args : ['--py36-plus']
85
85
- repo : https://github.com/PyCQA/flake8
86
- rev : ' 7.1.0 '
86
+ rev : ' 7.1.1 '
87
87
hooks :
88
88
- id : flake8
89
89
exclude : " ^docs/"
@@ -159,7 +159,7 @@ repos:
159
159
types : [file, rst]
160
160
161
161
- repo : https://github.com/pre-commit/mirrors-mypy.git
162
- rev : v1.10.1
162
+ rev : v1.11.2
163
163
hooks :
164
164
- id : mypy
165
165
alias : mypy-py312
@@ -211,7 +211,7 @@ repos:
211
211
pass_filenames : false
212
212
213
213
- repo : https://github.com/rhysd/actionlint
214
- rev : v1.7.1
214
+ rev : v1.7.3
215
215
hooks :
216
216
- id : actionlint-docker
217
217
args :
You can’t perform that action at this time.
0 commit comments