mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-03 07:42:15 -08:00
10 lines
134 B
TOML
10 lines
134 B
TOML
target-version = "py310"
|
|
|
|
select = [
|
|
"E999", # syntax error
|
|
]
|
|
|
|
extend-exclude = [
|
|
"extensions",
|
|
"extensions-disabled",
|
|
]
|