mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-19 17:47:25 -05:00
fixes for B007
This commit is contained in:
@@ -20,7 +20,6 @@ ignore = [
|
||||
"I001", # Import block is un-sorted or un-formatted
|
||||
"C901", # Function is too complex
|
||||
"C408", # Rewrite as a literal
|
||||
"B007", # Loop control variable not used within loop body
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user