1 Star 0 Fork 0

Aaron / rainbond-console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
GLYASAI 提交于 2020-05-07 20:29 . format code
PRE-COMMIT-FILE = .git/hooks/pre-commit
init:
test -s $(PRE-COMMIT-FILE) || cp .githook/pre-commit $(PRE-COMMIT-FILE)
format:
@yapf --exclude env --exclude venv --exclude static --exclude www/alipay_direct --exclude www/utils/mnssdk --exclude backends --style style.cfg -r ./ -i
check:
@flake8 --exclude env,static,www/alipay_direct,www/utils/mnssdk,backends --extend-ignore=W605 --max-line-length 129 ./
1
https://gitee.com/Aaron-23/rainbond-console.git
git@gitee.com:Aaron-23/rainbond-console.git
Aaron-23
rainbond-console
rainbond-console
master

搜索帮助