Skip to content

Commit e7b6340

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
updates: - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0) - [github.com/awslabs/cfn-python-lint: v1.27.0 → v1.32.4](aws-cloudformation/cfn-lint@v1.27.0...v1.32.4) - [github.com/sirosen/check-jsonschema: 0.31.2 → 0.32.1](python-jsonschema/check-jsonschema@0.31.2...0.32.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ad0d879 commit e7b6340

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
@@ -12,15 +12,15 @@ repos:
1212
- id: mixed-line-ending
1313
- id: trailing-whitespace
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 7.1.2
15+
rev: 7.2.0
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/adrienverge/yamllint
19-
rev: v1.35.1
19+
rev: v1.37.0
2020
hooks:
2121
- id: yamllint
2222
- repo: https://github.com/awslabs/cfn-python-lint
23-
rev: v1.27.0
23+
rev: v1.32.4
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.31.2
42+
rev: 0.32.1
4343
hooks:
4444
- id: check-github-workflows
4545
- id: check-github-actions

0 commit comments

Comments
 (0)