1 Star 0 Fork 6

蒲公英/Glass-Engine

forked from Time-Coder/Glass-Engine 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
auto_format.py 178 Bytes
一键复制 编辑 原始数据 按行查看 历史
Time-Coder 提交于 2024-02-05 09:31 . use black format all files
import subprocess
import sys
def auto_format(folder_name):
subprocess.call([sys.executable, "-m", "black", folder_name])
auto_format("glass")
auto_format("glass_engine")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/knight_of_liam/Glass-Engine.git
git@gitee.com:knight_of_liam/Glass-Engine.git
knight_of_liam
Glass-Engine
Glass-Engine
main

搜索帮助