Skip to content

Commit

Permalink
bump yamllint and add new newlines option
Browse files Browse the repository at this point in the history
  • Loading branch information
Cube707 committed Jul 24, 2022
1 parent ee905e9 commit 33bcb79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.27.1
hooks:
- name: check YAML format
id: yamllint
Expand Down
2 changes: 2 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ rules:
.github/workflows/*
indentation:
spaces: 2
new-lines:
type: platform

0 comments on commit 33bcb79

Please sign in to comment.