1 Star 0 Fork 0

my-fork/efinance

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tox]
envlist =
format
ignore_basepython_conflict = true
skipsdist = true
[testenv]
basepython = python3
usedevelop = true
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/docs/requirements.txt
[testenv:format]
description = format the code with black and isort
deps =
black
isort
commands =
black -S .
isort .
[isort]
profile = black
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hejun-fork/efinance.git
git@gitee.com:hejun-fork/efinance.git
hejun-fork
efinance
efinance
main

搜索帮助