fix yamllint

pull/388/head
Wyatt Stanke 11 months ago
parent 71d4d6c8e5
commit 93c9cbffb9
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

@ -7,3 +7,7 @@ rules:
truthy:
# GitHub Actions
check-keys: false
ignore:
# GH Actions
- ./lib

@ -1,10 +1,4 @@
exclude = [
"./playground",
"./tests",
"./scripts",
# GH Actions
"./lib",
]
exclude = ["./playground", "./tests", "./scripts"]
line-length = 127
[lint]

Loading…
Cancel
Save