4 Star 19 Fork 14

monkey_cici/labelme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 369 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kentaro Wada 提交于 2023-12-28 23:58 . Add Makefile
all:
@echo '## Make commands ##'
@echo
@$(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print $$1}}' | sort | egrep -v -e '^[^[:alnum:]]' -e '^$@$$' | xargs
lint:
ruff format --check
ruff check
format:
ruff format
ruff check --fix
test:
MPLBACKEND='agg' pytest tests
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/monkeycc/labelme.git
git@gitee.com:monkeycc/labelme.git
monkeycc
labelme
labelme
main

搜索帮助