nonebot-plugin-marshoai/README_DEV.md
2024-12-14 01:15:29 +08:00

24 lines
517 B
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 开发指北
## 规范化
- PEP8
- mypy 类型检查
- black 格式化
## 开发依赖
- pre-commit确保代码质量合格才可以提交
```bash
pre-commit install
```
## 提交及拉取请求
- 提交后请静待workflows运行结果若pre-commit通不过请不要PR到主仓库自行解决掉问题后再次提交
## 其他提示
- 请勿在大小写不敏感的文件系统或操作系统中开发,否则可能会导致文件名大小写问题(例如Windows APFS(不区分大小写)等)