Skip to content

Commit

Permalink
line-length=150 was too aggressive, change back to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Aug 17, 2024
1 parent 9e80432 commit e7300aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__/

#COMMON CONFIGs
.DS_Store
.ruff_cache
.src_port
.webpack_watch.log
*.swp
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7300aa

Please sign in to comment.