更新README文档

This commit is contained in:
xming521
2025-07-01 20:17:23 +08:00
parent 38113a2524
commit 72314b1649
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -240,6 +240,8 @@ pre-commit install
```
The project uses `pytest` for testing, `pyright` for type checking, and `ruff` for code formatting.
Before submitting your code, you should run `pytest tests` to ensure all tests pass.
## 🙏 Acknowledgments
+2 -1
View File
@@ -243,7 +243,8 @@ uv pip install --group dev -e .
pre-commit install
```
项目使用`pytest`测试,`pyright`检查类型,`ruff`检查代码格式。
项目使用`pytest`测试,`pyright`检查类型,`ruff`检查代码格式。
提交代码前你应该先运行`pytest tests`确保所有测试通过。
## 🙏 致谢