File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : end-of-file-fixer
6
6
- id : check-case-conflict
@@ -16,39 +16,39 @@ repos:
16
16
- id : trailing-whitespace
17
17
18
18
- repo : https://github.com/psf/black
19
- rev : 23.1 .0
19
+ rev : 24.4 .0
20
20
hooks :
21
21
- id : black
22
22
23
23
- repo : https://github.com/PyCQA/isort
24
- rev : 5.12.0
24
+ rev : 5.13.2
25
25
hooks :
26
26
- id : isort
27
27
args : ["--profile", "black"]
28
28
files : \.py$
29
29
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.0 .0
31
+ rev : v1.9 .0
32
32
hooks :
33
33
- id : mypy
34
34
additional_dependencies : [types-requests]
35
35
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.3.1
37
+ rev : v3.15.2
38
38
hooks :
39
39
- id : pyupgrade
40
40
args : [--py37-plus]
41
41
42
42
- repo : https://github.com/john-hen/Flake8-pyproject
43
- rev : 1.2.2
43
+ rev : 1.2.3
44
44
hooks :
45
45
- id : Flake8-pyproject
46
46
alias : flake8
47
47
additional_dependencies :
48
48
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
49
49
50
50
- repo : https://github.com/python-jsonschema/check-jsonschema
51
- rev : 0.21.0
51
+ rev : 0.28.2
52
52
hooks :
53
53
- id : check-github-workflows
54
54
stages : [manual]
You can’t perform that action at this time.
0 commit comments