6 lines
129 B
TOML
6 lines
129 B
TOML
[tool.ruff]
|
|
lint.ignore = ["F403", "F405"]
|
|
exclude = [
|
|
"astrbot/core/utils/t2i/local_strategy.py",
|
|
"astrbot/api/all.py"
|
|
] |