converted extra nodes files starting with "f,g"

This commit is contained in:
bigcat88
2025-07-18 16:21:34 +03:00
parent 9eda706e64
commit 18ed598fa1
7 changed files with 748 additions and 2 deletions

View File

@@ -23,9 +23,8 @@ lint.select = [
# See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f
"F",
]
ignore = ["E501"] # disable line-length checking
exclude = ["*.ipynb"]
line-length = 144
lint.pycodestyle.ignore-overlong-task-comments = true
[tool.ruff.lint.per-file-ignores]
"!comfy_extras/v3/*" = ["E", "I"] # enable these rules only for V3 nodes