Skip to content

Commit 680e884

Browse files
[pre-commit.ci] pre-commit autoupdate (#40)
updates: - [github.com/awslabs/cfn-python-lint: v1.18.4 → v1.19.0](aws-cloudformation/cfn-lint@v1.18.4...v1.19.0) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](hukkin/mdformat@0.7.18...0.7.19) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dfc9924 commit 680e884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: yamllint
1717
- repo: https://github.com/awslabs/cfn-python-lint
18-
rev: v1.18.4
18+
rev: v1.19.0
1919
hooks:
2020
- id: cfn-python-lint
2121
files: template\.(json|yml|yaml)$
@@ -29,7 +29,7 @@ repos:
2929
- id: black
3030
language_version: python3.12
3131
- repo: https://github.com/executablebooks/mdformat
32-
rev: 0.7.18 # Use the ref you want to point at
32+
rev: 0.7.19 # Use the ref you want to point at
3333
hooks:
3434
- id: mdformat
3535
# Optionally add plugins

0 commit comments

Comments
 (0)