Files
AstrBot/pyproject.toml
T
2025-03-03 13:30:55 +08:00

6 lines
129 B
TOML

[tool.ruff]
lint.ignore = ["F403", "F405"]
exclude = [
"astrbot/core/utils/t2i/local_strategy.py",
"astrbot/api/all.py"
]