Skip to content

Commit 336d78f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/awslabs/cfn-python-lint: v1.20.1 → v1.23.1](aws-cloudformation/cfn-lint@v1.20.1...v1.23.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/python-poetry/poetry: 1.8.0 → 2.0.1](python-poetry/poetry@1.8.0...2.0.1) - [github.com/sirosen/check-jsonschema: 0.30.0 → 0.31.1](python-jsonschema/check-jsonschema@0.30.0...0.31.1)
1 parent 0a425e3 commit 336d78f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.20.1
23+
rev: v1.23.1
2424
hooks:
2525
- id: cfn-python-lint
2626
args:
@@ -39,18 +39,18 @@ repos:
3939
^.pre-commit-config.yaml
4040
)
4141
- repo: https://github.com/psf/black
42-
rev: 24.10.0
42+
rev: 25.1.0
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/python-poetry/poetry
46-
rev: '1.8.0'
46+
rev: '2.0.1'
4747
hooks:
4848
- id: poetry-check
4949
- id: poetry-lock
5050
language_version: python3.10
5151
args: ['--check']
5252
- repo: https://github.com/sirosen/check-jsonschema
53-
rev: 0.30.0
53+
rev: 0.31.1
5454
hooks:
5555
- id: check-github-workflows
5656
- id: check-github-actions

0 commit comments

Comments
 (0)