mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-10 18:05:16 +00:00
d9d7f3c619
* Enable F841 * Autofix * Remove all unused variable assignment
9 lines
198 B
TOML
9 lines
198 B
TOML
# Disable all rules by default
|
|
lint.ignore = ["ALL"]
|
|
|
|
# Enable specific rules
|
|
lint.select = [
|
|
"S307", # suspicious-eval-usage
|
|
"F401", # unused-import
|
|
"F841", # unused-local-variable
|
|
] |