Skip to content

Commit 2879bcd

Browse files
[pre-commit.ci] pre-commit autoupdate (#16)
updates: - [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/aristanetworks/j2lint.git: v1.1.0 → v1.2.0](https://github.com/aristanetworks/j2lint.git/compare/v1.1.0...v1.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2faa5b8 commit 2879bcd

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
@@ -13,11 +13,11 @@ repos:
1313
- id: trailing-whitespace
1414
- id: check-ast
1515
- repo: https://github.com/adrienverge/yamllint
16-
rev: v1.35.1
16+
rev: v1.37.0
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v1.27.0
20+
rev: v1.32.4
2121
hooks:
2222
- id: cfn-python-lint
2323
files: template\.(json|yml|yaml)$
@@ -26,6 +26,6 @@ repos:
2626
hooks:
2727
- id: remove-tabs
2828
- repo: https://github.com/aristanetworks/j2lint.git
29-
rev: v1.1.0
29+
rev: v1.2.0
3030
hooks:
3131
- id: j2lint

0 commit comments

Comments
 (0)