Update exclude list in ruff.toml

pull/388/head
Wyatt Stanke 1 year ago
parent 04023725d8
commit 4c330ccd44
No known key found for this signature in database
GPG Key ID: CE6BA5FFF135536D

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

Loading…
Cancel
Save