mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
10 lines
228 B
TOML
10 lines
228 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
|
|
"F821", # undefined-name
|
|
] |