Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 332 Bytes

File metadata and controls

20 lines (13 loc) · 332 Bytes

量潮创赛管理手册

配置

Git Commit前需要依赖pre-commit命令运行:

  • MyST Markdown格式检查。
  • Git Commit Message格式检查。

假设已经成功安装Python>=3.8,下载依赖mdformat-mystpre-commit

pip install pre-commit mdformat-myst

运行:

pre-commit