Python工程化守则及常用的工程化工具
摘要:pdm 1. 安装 pip install pdm 2.初始化 pdm init 3、常用命令 pdm add requests pytest pmd remove requests pdm list black 代码格式巡检工具 1、安装 pip install black 2、使用 注意blac
阅读全文
posted @ 2023-06-25 14:19