Commit e11b674 1 parent 09445cc commit e11b674 Copy full SHA for e11b674
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 3
3
repos :
4
4
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
10
10
- id : check-yaml
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.16 .0
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.4.2
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 .1.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.10.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