File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 贡献指南
21
2+ ## Development Environment
33
4- ## 开发环境
4+ This project uses ` uv ` as the package management tool. Please ensure that you have ` uv ` installed and configured in your environment variables.
55
6- 本项目使用 ` uv ` 作为包管理工具,请确保你已安装 ` uv ` 并配置好环境变量。
7-
8- 安装环境
6+ Set Up the Environment
97
108``` bash
119uv sync --group dev --group lint --group git
1210```
1311
12+ ## Code Style
1413
15-
16- ## 代码风格
17-
18- 安装并运行 ` pre-commit ` :
14+ Install and run ` pre-commit ` :
1915
2016``` bash
2117pre-commit install
Original file line number Diff line number Diff line change 1- # 贡献指南
21
32
4- ## Development Environment
3+ ## 开发环境
54
6- This project uses ` uv ` as the package management tool. Please ensure that you have ` uv ` installed and configured in your environment variables.
5+ 本项目使用 ` uv ` 作为包管理工具,请确保你已安装 ` uv ` 并配置好环境变量。
76
8- Set Up the Environment
7+ 安装环境
98
109``` bash
1110uv sync --group dev --group lint --group git
1211```
1312
14- ## Code Style
1513
16- Install and run ` pre-commit ` :
14+
15+ ## 代码风格
16+
17+ 安装并运行 ` pre-commit ` :
1718
1819``` bash
1920pre-commit install
You can’t perform that action at this time.
0 commit comments