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.4.2
4
4
hooks :
5
5
- id : black
6
6
name : black
@@ -42,19 +42,19 @@ repos:
42
42
language : python
43
43
44
44
- repo : https://github.com/asottile/pyupgrade
45
- rev : v3.15 .0
45
+ rev : v3.16 .0
46
46
hooks :
47
47
- id : pyupgrade
48
48
args : [--py310-plus]
49
49
50
50
- repo : https://github.com/asottile/reorder-python-imports
51
- rev : v3.12 .0
51
+ rev : v3.13 .0
52
52
hooks :
53
53
- id : reorder-python-imports
54
54
args : [--py310-plus, --add-import, "from __future__ import annotations"]
55
55
56
56
- repo : https://github.com/pre-commit/pre-commit-hooks
57
- rev : v4.5 .0
57
+ rev : v4.6 .0
58
58
hooks :
59
59
- id : check-builtin-literals
60
60
- id : check-added-large-files
86
86
additional_dependencies : [".[toml]"]
87
87
88
88
- repo : https://github.com/pre-commit/mirrors-mypy
89
- rev : v1.8 .0
89
+ rev : v1.10 .0
90
90
hooks :
91
91
- id : mypy
92
92
language_version : python3.12
You can’t perform that action at this time.
0 commit comments