Merge branch 'comfyanonymous:master' into master

This commit is contained in:
patientx 2024-12-30 12:21:28 +03:00 committed by GitHub
commit 349ddc0b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 10 additions and 9 deletions

View File

@ -5,6 +5,7 @@ lint.ignore = ["ALL"]
lint.select = [ lint.select = [
"S307", # suspicious-eval-usage "S307", # suspicious-eval-usage
"T201", # print-usage "T201", # print-usage
"W292",
"W293", "W293",
# The "F" series in Ruff stands for "Pyflakes" rules, which catch various Python syntax errors and undefined names. # The "F" series in Ruff stands for "Pyflakes" rules, which catch various Python syntax errors and undefined names.
# See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f # See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f