Improve some logging messages.

This commit is contained in:
comfyanonymous
2025-01-08 19:05:22 -05:00
parent d0f3752e33
commit 2307ff6746
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ lint.ignore = ["ALL"]
# Enable specific rules
lint.select = [
"S307", # suspicious-eval-usage
"T201", # print-usage
"S102", # exec
"T", # print-usage
"W",
# 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