Skip to content

Commit 62ad03e

Browse files
pre-commit-ci[bot]ConsoleCatzirl
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 53d916d commit 62ad03e

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
@@ -17,16 +17,16 @@ repos:
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v1.39.1
20+
rev: v1.40.0
2121
hooks:
2222
- id: cfn-python-lint
2323
files: template\.(json|yml|yaml)$
2424
- repo: https://github.com/Lucas-C/pre-commit-hooks
2525
rev: v1.5.5
2626
hooks:
2727
- id: remove-tabs
28-
- repo: https://github.com/psf/black
29-
rev: 25.1.0
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
language_version: python3.12

0 commit comments

Comments
 (0)