Skip to content

Commit 6daf5cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/awslabs/cfn-python-lint: v1.42.0 → v1.43.1](aws-cloudformation/cfn-lint@v1.42.0...v1.43.1) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/sirosen/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0)
1 parent bcbcd4c commit 6daf5cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: yamllint
2222
- repo: https://github.com/awslabs/cfn-python-lint
23-
rev: v1.42.0
23+
rev: v1.43.1
2424
hooks:
2525
- id: cfn-python-lint
2626
args:
@@ -35,11 +35,11 @@ repos:
3535
^.pre-commit-config.yaml
3636
)
3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 25.11.0
38+
rev: 25.12.0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/sirosen/check-jsonschema
42-
rev: 0.35.0
42+
rev: 0.36.0
4343
hooks:
4444
- id: check-github-workflows
4545
- id: check-github-actions

0 commit comments

Comments
 (0)