We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a425e3 commit 336d78fCopy full SHA for 336d78f
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
hooks:
21
- id: yamllint
22
- repo: https://github.com/awslabs/cfn-python-lint
23
- rev: v1.20.1
+ rev: v1.23.1
24
25
- id: cfn-python-lint
26
args:
@@ -39,18 +39,18 @@ repos:
39
^.pre-commit-config.yaml
40
)
41
- repo: https://github.com/psf/black
42
- rev: 24.10.0
+ rev: 25.1.0
43
44
- id: black
45
- repo: https://github.com/python-poetry/poetry
46
- rev: '1.8.0'
+ rev: '2.0.1'
47
48
- id: poetry-check
49
- id: poetry-lock
50
language_version: python3.10
51
args: ['--check']
52
- repo: https://github.com/sirosen/check-jsonschema
53
- rev: 0.30.0
+ rev: 0.31.1
54
55
- id: check-github-workflows
56
- id: check-github-actions
0 commit comments