mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-03-09 23:44:55 +08:00
11 lines
134 B
TOML
11 lines
134 B
TOML
target-version = "py310"
|
|
|
|
select = [
|
|
"E999", # syntax error
|
|
]
|
|
|
|
extend-exclude = [
|
|
"extensions",
|
|
"extensions-disabled",
|
|
]
|