Skip to content

Commit 76a43d7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/awslabs/cfn-python-lint: v1.38.1 → v1.39.1](aws-cloudformation/cfn-lint@v1.38.1...v1.39.1) - [github.com/sirosen/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3)
1 parent c013a61 commit 76a43d7

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
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: mixed-line-ending
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: yamllint
2222
- repo: https://github.com/awslabs/cfn-python-lint
23-
rev: v1.38.1
23+
rev: v1.39.1
2424
hooks:
2525
- id: cfn-python-lint
2626
args:
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/sirosen/check-jsonschema
42-
rev: 0.33.2
42+
rev: 0.33.3
4343
hooks:
4444
- id: check-github-workflows
4545
- id: check-github-actions

0 commit comments

Comments
 (0)