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