[lint] Update lint (#16)

* update lint

* update readme

* update ruff lint
This commit is contained in:
Lufang Chen
2025-09-11 13:18:33 +08:00
committed by GitHub
parent a89dce95aa
commit e9332a283d
28 changed files with 2406 additions and 1074 deletions
+17
View File
@@ -0,0 +1,17 @@
# Contributing to Wall-x
## Submit a Pull Request
Before opening a pull request, please make sure your code passes the lint checks.
```bash
# Install pre-commit hooks (run once)
pre-commit install
```
Or
```bash
# Manually run all checks
pre-commit run --all-files
```