Skip to content

Commit

Permalink
✨ 更新开发依赖部分,添加 pre-commit 安装说明并优化其他提示内容
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Dec 12, 2024
1 parent 0cb9c3c commit 0389a97
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
- mypy 类型检查
- black 格式化

## 依赖
## 开发依赖

- pre-commit
- pre-commit,确保代码质量合格才可以提交

```bash
pre-commit install
```

## 其他提示

- 请勿在大小写不敏感的文件系统或操作系统中开发,否则可能会导致文件名大小写问题例如Windows, APFS(不区分大小写)
- 请勿在大小写不敏感的文件系统或操作系统中开发,否则可能会导致文件名大小写问题(例如Windows, APFS(不区分大小写)等)

0 comments on commit 0389a97

Please sign in to comment.