mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-10 18:05:16 +00:00
Enforce F821 undefined-name (#6032)
This commit is contained in:
parent
2cddbf0821
commit
6c0377f43e
@ -6,6 +6,5 @@ lint.select = [
|
|||||||
"S307", # suspicious-eval-usage
|
"S307", # suspicious-eval-usage
|
||||||
"F401", # unused-import
|
"F401", # unused-import
|
||||||
"F841", # unused-local-variable
|
"F841", # unused-local-variable
|
||||||
# TODO: Enable F821 after all errors has been fixed. Remaining errors: 7.
|
"F821", # undefined-name
|
||||||
# "F821", # undefined-name
|
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user