1 Star 0 Fork 0

mamang/pre-commit-hooks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ross Jacobs 提交于 2021-12-23 19:17 +08:00 . Rewrite, fixes issue#43
# Simple makefile to do simple tasks
.PHONY: all test test_fresh_installs install upload
clean:
rm -rf dist *.egg-info
install:
rm ~/.local/bin/*-hook && pip3 install . --user
test: install
pytest -x -vvv --pdb
# Test with fresh installs of downloaded utilities
test_fresh_installs:
./tests/run_tests.sh
upload: clean
python3 setup.py sdist
twine upload dist/* --verbose
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/btcong/pre-commit-hooks.git
git@gitee.com:btcong/pre-commit-hooks.git
btcong
pre-commit-hooks
pre-commit-hooks
master

搜索帮助