chore: add temporary exclusions

This commit is contained in:
aclist 2025-12-18 20:51:45 +09:00
parent 3ea2afabed
commit 3e74174ab8

View File

@ -64,6 +64,7 @@ build-backend = "setuptools.build_meta"
[tool.ruff]
line-length = 88
indent-width = 4
extend-exclude = ["tree_servers.py", "tree_server_mods.py", "dialogs", "right_panel.py", "filter_panel.py", "base.py", "*lib/a2s", "dist.py"]
[tool.ruff.format]
quote-style = "double"