fix: update ruff exclude list to include tests directory

This commit is contained in:
Soulter
2026-02-04 10:08:48 +08:00
parent 430694aae9
commit bc9043bc3f
+1 -1
View File
@@ -76,7 +76,7 @@ dev = [
astrbot = "astrbot.cli.__main__:cli"
[tool.ruff]
exclude = ["astrbot/core/utils/t2i/local_strategy.py", "astrbot/api/all.py"]
exclude = ["astrbot/core/utils/t2i/local_strategy.py", "astrbot/api/all.py", "tests"]
line-length = 88
target-version = "py310"