1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Remove pyproject.toml changes - should be done in separate PR

This commit is contained in:
Jedrzej Kosinski
2025-07-30 20:02:03 -07:00
parent 040e062800
commit 65fcf9a26b

View File

@@ -12,8 +12,6 @@ documentation = "https://docs.comfy.org/"
[tool.ruff]
lint.select = [
"E", # pycodestyle errors
"I", # isort
"N805", # invalid-first-argument-name-for-method
"S307", # suspicious-eval-usage
"S102", # exec
@@ -23,8 +21,4 @@ lint.select = [
# See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f
"F",
]
lint.ignore = ["E501"] # disable line-length checking
exclude = ["*.ipynb", "**/generated/*.pyi"]
[tool.ruff.lint.per-file-ignores]
"!comfy_extras/v3/*" = ["E", "I"] # enable these rules only for V3 nodes