diff --git a/ruff.toml b/ruff.toml index 12322827..2bad1d65 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,4 +1,10 @@ -exclude = ["./playground", "./tests", "./scripts"] +exclude = [ + "./playground", + "./tests", + "./scripts", + # GH Actions + "./lib", +] line-length = 127 [lint]