Merge branch 'js/core-api-framework' into v3-definition-wip

This commit is contained in:
Jedrzej Kosinski
2025-07-24 17:40:31 -07:00
37 changed files with 1945 additions and 504 deletions

View File

@@ -24,7 +24,7 @@ lint.select = [
"F",
]
lint.ignore = ["E501"] # disable line-length checking
exclude = ["*.ipynb"]
exclude = ["*.ipynb", "**/generated/*.pyi"]
[tool.ruff.lint.per-file-ignores]
"!comfy_extras/v3/*" = ["E", "I"] # enable these rules only for V3 nodes