@ -7,3 +7,7 @@ rules:
truthy:
# GitHub Actions
check-keys: false
ignore:
# GH Actions
- ./lib
@ -1,10 +1,4 @@
exclude = [
"./playground",
"./tests",
"./scripts",
"./lib",
]
exclude = ["./playground", "./tests", "./scripts"]
line-length = 127
[lint]