Skip to content

Commit 94c8d1a

Browse files
[pre-commit.ci] pre-commit autoupdate (#125)
updates: - [github.com/awslabs/cfn-python-lint: v1.39.1 → v1.40.0](aws-cloudformation/cfn-lint@v1.39.1...v1.40.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/sirosen/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fc5c711 commit 94c8d1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.39.1
23+
rev: v1.40.0
2424
hooks:
2525
- id: cfn-python-lint
2626
args:
@@ -34,12 +34,12 @@ repos:
3434
^.github/|
3535
^.pre-commit-config.yaml
3636
)
37-
- repo: https://github.com/psf/black
38-
rev: 25.1.0
37+
- repo: https://github.com/psf/black-pre-commit-mirror
38+
rev: 25.9.0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/sirosen/check-jsonschema
42-
rev: 0.33.3
42+
rev: 0.34.0
4343
hooks:
4444
- id: check-github-workflows
4545
- id: check-github-actions

0 commit comments

Comments
 (0)