Commit 54460d2 1 parent 09445cc commit 54460d2 Copy full SHA for 54460d2
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 @@ -11,31 +11,31 @@ repos:
11
11
- id : check-added-large-files
12
12
13
13
- repo : https://github.com/asottile/pyupgrade
14
- rev : v3.15.0
14
+ rev : v3.15.2
15
15
hooks :
16
16
- id : pyupgrade
17
17
args : [--py37-plus]
18
18
19
19
- repo : https://github.com/PyCQA/isort
20
- rev : 5.12.0
20
+ rev : 5.13.2
21
21
hooks :
22
22
- id : isort
23
23
24
24
- repo : https://github.com/psf/black
25
- rev : 23.10.1
25
+ rev : 24.3.0
26
26
hooks :
27
27
- id : black
28
28
29
29
- repo : https://github.com/PyCQA/flake8
30
- rev : 6.1 .0
30
+ rev : 7.0 .0
31
31
hooks :
32
32
- id : flake8
33
33
additional_dependencies :
34
34
- flake8-comprehensions
35
35
- flake8-bugbear
36
36
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.6.1
38
+ rev : v1.9.0
39
39
hooks :
40
40
- id : mypy
41
41
args : [--config-file=pyproject.toml]
You can’t perform that action at this time.
0 commit comments