Files
VLA/pyproject.toml
T
Lufang Chen e9332a283d [lint] Update lint (#16)
* update lint

* update readme

* update ruff lint
2025-09-11 13:18:33 +08:00

3 lines
68 B
TOML

[tool.ruff]
per-file-ignores = { "__init__.py" = ["F401", "E402"] }