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 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 23.12.1
3
+ rev : 24.10.0
4
4
hooks :
5
5
- id : black
6
6
name : black
13
13
types_or : [python, pyi]
14
14
15
15
- repo : https://github.com/pycqa/flake8
16
- rev : 7.0.0
16
+ rev : 7.1.1
17
17
hooks :
18
18
- id : flake8
19
19
additional_dependencies :
23
23
args : [--max-line-length=88]
24
24
25
25
- repo : https://github.com/asottile/pyupgrade
26
- rev : v3.15 .0
26
+ rev : v3.19 .0
27
27
hooks :
28
28
- id : pyupgrade
29
29
args : [--py310-plus]
34
34
- id : isort
35
35
36
36
- repo : https://github.com/pre-commit/pre-commit-hooks
37
- rev : v4.5 .0
37
+ rev : v5.0 .0
38
38
hooks :
39
39
- id : check-builtin-literals
40
40
- id : check-added-large-files
56
56
)
57
57
58
58
- repo : https://github.com/pre-commit/mirrors-mypy
59
- rev : v1.8 .0
59
+ rev : v1.13 .0
60
60
hooks :
61
61
- id : mypy
62
62
language_version : python3.12
You can’t perform that action at this time.
0 commit comments