File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Original file line number Diff line number Diff line change 2
2
autoupdate_schedule : ' quarterly'
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-docstring-first
8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
10
10
- repo : https://github.com/PyCQA/flake8
11
- rev : 7.0 .0
11
+ rev : 7.2 .0
12
12
hooks :
13
13
- id : flake8
14
14
additional_dependencies : [flake8-typing-imports==1.15.0]
15
- - repo : https://github.com/myint /autoflake
16
- rev : v2.3.0
15
+ - repo : https://github.com/PyCQA /autoflake
16
+ rev : v2.3.1
17
17
hooks :
18
18
- id : autoflake
19
19
args : ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
20
20
- repo : https://github.com/PyCQA/isort
21
- rev : 5.13.2
21
+ rev : 6.0.1
22
22
hooks :
23
23
- id : isort
24
24
- repo : https://github.com/psf/black
25
- rev : 22.6 .0
25
+ rev : 25.1 .0
26
26
hooks :
27
27
- id : black
28
28
- repo : https://github.com/asottile/pyupgrade
29
- rev : v2.34.0
29
+ rev : v3.19.1
30
30
hooks :
31
31
- id : pyupgrade
32
32
args : [--py37-plus]
33
33
- repo : https://github.com/pre-commit/mirrors-prettier
34
- rev : ' v2.7.1 '
34
+ rev : ' v4.0.0-alpha.8 '
35
35
hooks :
36
36
- id : prettier
37
37
types : [ts]
You can’t perform that action at this time.
0 commit comments