[chore] Update yamllint to the most recent version (1.37.0) (#2126)

This commit is contained in:
Michael Safyan 2025-04-16 17:03:10 -05:00 committed by GitHub
parent 47fe2c0228
commit 8bf2748c65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View File

@ -2,10 +2,7 @@ extends: default
ignore-from-file:
- .gitignore
ignore: |
node_modules/*
.github/workflows/*
- .yamllint-ignore
rules:
document-start: disable

2
.yamllint-ignore Normal file
View File

@ -0,0 +1,2 @@
node_modules/*
.github/workflows/*

View File

@ -182,7 +182,7 @@ markdownlint:
.PHONY: install-yamllint
install-yamllint:
# Using a venv is recommended
pip install -U yamllint~=1.26.1
pip install -U yamllint~=1.37.0
.PHONY: yamllint
yamllint: