From e7300aa88c80acb8001a6a4f134aabcde69adde2 Mon Sep 17 00:00:00 2001 From: telamonian Date: Fri, 2 Aug 2024 14:13:42 -0400 Subject: [PATCH] `line-length=150` was too aggressive, change back to `120` --- .gitignore | 1 + pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 61e15be..12ab2f7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ #COMMON CONFIGs .DS_Store +.ruff_cache .src_port .webpack_watch.log *.swp diff --git a/pyproject.toml b/pyproject.toml index 960aed6..803c095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,9 +61,10 @@ where = ["."] include = ["comfy_cli*"] [tool.ruff] -line-length = 150 +line-length = 120 target-version = "py39" +[tool.ruff.lint] select = [ "E4", # default "E7", # default