2 Star 0 Fork 0

mirrors_ibm/ITBench-Utilities

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Makefile 625 Bytes
Copy Edit Raw Blame History
.PHONY: test
test:
@echo "Running Unit Tests"
@pytest tests
.PHONY: format
format:
python -m black .
.PHONY: build
build:
python -m build
.PHONY: install-dev
install-dev:
python -m pip install -e ".[dev]"
# Direct dependency is not allowed for Pypi packaging even if the dependant module is defined as extra dependencies.
# Workaround: Move to manual installation by make
.PHONY: install-detect-descret
install-detect-descret:
python -m pip install detect-secrets@git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets
.PHONY: clean
clean:
@rm -rf build *.egg-info dist
python -m pyclean -v .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_ibm/ITBench-Utilities.git
git@gitee.com:mirrors_ibm/ITBench-Utilities.git
mirrors_ibm
ITBench-Utilities
ITBench-Utilities
main

Search