Skip to content

Commit 33bcb79

Browse files
committed
bump yamllint and add new newlines option
1 parent ee905e9 commit 33bcb79

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/adrienverge/yamllint
4-
rev: v1.26.3
4+
rev: v1.27.1
55
hooks:
66
- name: check YAML format
77
id: yamllint

.yamllint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ rules:
66
.github/workflows/*
77
indentation:
88
spaces: 2
9+
new-lines:
10+
type: platform

0 commit comments

Comments
 (0)