mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-27 10:24:06 +00:00
Merge branch 'js/core-api-framework' into v3-definition-wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user