2 Star 0 Fork 0

SuperIDE/si-core-installer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 406 Bytes
一键复制 编辑 原始数据 按行查看 历史
孟宁 提交于 2023-10-02 16:13 . 重新整理代码
lint:
pylint --rcfile=./.pylintrc ./installer
isort:
isort ./tests
isort ./installer
format:
black ./installer
black ./tests
test:
py.test --verbose --capture=no --exitfirst tests
pack:
python setup.py sdist
python installer-packer.py
before-commit: isort format lint
clean:
find . -name \*.pyc -delete
find . -name __pycache__ -delete
rm -rf .cache
publish:
python setup.py sdist upload
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SuperIDE/si-core-installer.git
git@gitee.com:SuperIDE/si-core-installer.git
SuperIDE
si-core-installer
si-core-installer
master

搜索帮助