File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ default_language_version:
3
3
4
4
repos :
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 : end-of-file-fixer
9
9
- id : mixed-line-ending
10
10
- id : trailing-whitespace
11
11
- repo : https://github.com/PyCQA/flake8
12
- rev : 7.0 .0
12
+ rev : 7.1 .0
13
13
hooks :
14
14
- id : flake8
15
15
- repo : https://github.com/adrienverge/yamllint
16
16
rev : v1.35.1
17
17
hooks :
18
18
- id : yamllint
19
19
- repo : https://github.com/awslabs/cfn-python-lint
20
- rev : v0.86.0
20
+ rev : v1.2.5.a11
21
21
hooks :
22
22
- id : cfn-python-lint
23
23
args :
36
36
^.pre-commit-config.yaml
37
37
)
38
38
- repo : https://github.com/psf/black
39
- rev : 24.2.0
39
+ rev : 24.4.2
40
40
hooks :
41
41
- id : black
42
42
- repo : https://github.com/python-poetry/poetry
47
47
language_version : python3.10
48
48
args : ['--check']
49
49
- repo : https://github.com/sirosen/check-jsonschema
50
- rev : 0.28.0
50
+ rev : 0.28.5
51
51
hooks :
52
52
- id : check-github-workflows
53
53
- id : check-github-actions
You can’t perform that action at this time.
0 commit comments