File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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.4 .0
10
+ rev : v4.5 .0
11
11
hooks :
12
12
- id : trailing-whitespace
13
13
- id : end-of-file-fixer
21
21
- id : check-docstring-first
22
22
- id : check-toml
23
23
- repo : https://github.com/DavidAnson/markdownlint-cli2
24
- rev : v0.8.1
24
+ rev : v0.10.0
25
25
hooks :
26
26
- id : markdownlint-cli2-fix
27
27
name : markdownlint-cli2-fix (in place fixes)
32
32
args : [--notice=COPYRIGHT]
33
33
files : python
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v3.10.1
35
+ rev : v3.15.0
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py38-plus]
64
64
hooks :
65
65
- id : yesqa
66
66
- repo : https://github.com/psf/black
67
- rev : 23.9.1
67
+ rev : 23.11.0
68
68
hooks :
69
69
- id : black
70
70
name : black (in place fixes)
99
99
language : python
100
100
types : [python]
101
101
- repo : https://github.com/pre-commit/mirrors-mypy
102
- rev : v1.5.1
102
+ rev : v1.7.0
103
103
hooks :
104
104
- id : mypy
You can’t perform that action at this time.
0 commit comments