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 @@ -3,26 +3,26 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.6 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
10
10
- id : check-case-conflict
11
11
- id : check-merge-conflict
12
12
13
13
- repo : https://github.com/asottile/pyupgrade
14
- rev : v3.17 .0
14
+ rev : v3.18 .0
15
15
hooks :
16
16
- id : pyupgrade
17
17
args : [--py310-plus]
18
18
19
19
- repo : https://github.com/psf/black
20
- rev : 24.8 .0
20
+ rev : 24.10 .0
21
21
hooks :
22
22
- id : black
23
23
24
24
- repo : https://github.com/asottile/blacken-docs
25
- rev : 1.18 .0
25
+ rev : 1.19 .0
26
26
hooks :
27
27
- id : blacken-docs
28
28
additional_dependencies :
48
48
- flake8-typing-imports
49
49
50
50
- repo : https://github.com/pre-commit/mirrors-mypy
51
- rev : v1.11.2
51
+ rev : v1.12.1
52
52
hooks :
53
53
- id : mypy
54
54
files : ^src/
You can’t perform that action at this time.
0 commit comments