File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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
23
23
additional_dependencies : [".[jupyter]"]
24
24
25
25
- repo : https://github.com/pycqa/flake8
26
- rev : 7.0.0
26
+ rev : 7.1.1
27
27
hooks :
28
28
- id : flake8
29
29
additional_dependencies :
@@ -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.18 .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.14 .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 : v5.0 .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.11.2
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