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

* update readme

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

274 B

Contributing to Wall-x

Submit a Pull Request

Before opening a pull request, please make sure your code passes the lint checks.

# Install pre-commit hooks (run once)
pre-commit install

Or

# Manually run all checks
pre-commit run --all-files