Skip to content

Commit

Permalink
✨ 添加开发指北文档,包含规范、依赖和其他提示
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Dec 12, 2024
1 parent 7cb8d06 commit 0cb9c3c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README_DEV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 开发指北

## 规范

- PEP8
- mypy 类型检查
- black 格式化

## 依赖

- pre-commit

## 其他提示

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

0 comments on commit 0cb9c3c

Please sign in to comment.