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 1
1
repos :
2
2
- repo : https://github.com/PyCQA/autoflake
3
- rev : " v1.7.7 "
3
+ rev : " v2.2.1 "
4
4
hooks :
5
5
- id : autoflake
6
6
args :
@@ -17,31 +17,31 @@ repos:
17
17
exclude : ^tests/codegen/snapshots/python/
18
18
19
19
- repo : https://github.com/PyCQA/flake8
20
- rev : 5 .0.4
20
+ rev : 7 .0.0
21
21
hooks :
22
22
- id : flake8
23
23
additional_dependencies : ["flake8-eradicate"]
24
24
25
25
- repo : https://github.com/pycqa/isort
26
- rev : 5.10.1
26
+ rev : 5.13.2
27
27
hooks :
28
28
- id : isort
29
29
30
30
- repo : https://github.com/pre-commit/mirrors-prettier
31
- rev : v3 .0.0-alpha.3
31
+ rev : v4 .0.0-alpha.8
32
32
hooks :
33
33
- id : prettier
34
34
files : ' ^docs/.*\.mdx?$'
35
35
36
36
- repo : https://github.com/pre-commit/pre-commit-hooks
37
- rev : v4.3 .0
37
+ rev : v4.5 .0
38
38
hooks :
39
39
- id : trailing-whitespace
40
40
- id : check-merge-conflict
41
41
- id : end-of-file-fixer
42
42
- id : check-toml
43
43
44
44
- repo : https://github.com/psf/black
45
- rev : 22.10.0
45
+ rev : 24.1.1
46
46
hooks :
47
47
- id : black
You can’t perform that action at this time.
0 commit comments