File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,39 +3,39 @@ 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.19.1
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 : 25.1 .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.1
26
26
hooks :
27
27
- id : blacken-docs
28
28
additional_dependencies :
29
29
- black==22.6.0
30
30
31
31
- repo : https://github.com/pycqa/isort
32
- rev : 5.13.2
32
+ rev : 6.0.0
33
33
hooks :
34
34
- id : isort
35
35
args : ["--profile", "black"]
36
36
37
37
- repo : https://github.com/PyCQA/flake8
38
- rev : 7.1.1
38
+ rev : 7.1.2
39
39
hooks :
40
40
- id : flake8
41
41
args :
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.15.0
52
52
hooks :
53
53
- id : mypy
54
54
files : ^src/
You can’t perform that action at this time.
0 commit comments