Skip to content

Commit d846f99

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/awslabs/cfn-python-lint: v0.86.3 → v1.2.5.a10](aws-cloudformation/cfn-lint@v0.86.3...v1.2.5.a10) - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/sirosen/check-jsonschema: 0.28.2 → 0.28.4](python-jsonschema/check-jsonschema@0.28.2...0.28.4)
1 parent 1b0bb84 commit d846f99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v0.86.3
20+
rev: v1.2.5.a10
2121
hooks:
2222
- id: cfn-python-lint
2323
args:
@@ -36,7 +36,7 @@ repos:
3636
^.pre-commit-config.yaml
3737
)
3838
- repo: https://github.com/psf/black
39-
rev: 24.4.0
39+
rev: 24.4.2
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/python-poetry/poetry
@@ -48,7 +48,7 @@ repos:
4848
language_version: python3.10
4949
args: ['--check']
5050
- repo: https://github.com/sirosen/check-jsonschema
51-
rev: 0.28.2
51+
rev: 0.28.4
5252
hooks:
5353
- id: check-github-workflows
5454
- id: check-github-actions

0 commit comments

Comments
 (0)