9 Star 0 Fork 30

OHOS_BES2600/third_party_markupsafe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tox.ini 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
lubinglun 提交于 2023-03-22 15:25 . Update markupsafe form 2.0.1 to 2.1.1
[tox]
envlist =
py3{11,10,9,8,7},pypy3{8,7}
style
typing
docs
skip_missing_interpreters = true
[testenv]
deps = -r requirements/tests.txt
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs}
[testenv:style]
deps = pre-commit
skip_install = true
commands = pre-commit run --all-files --show-diff-on-failure
[testenv:typing]
deps = -r requirements/typing.txt
commands = mypy
[testenv:docs]
deps = -r requirements/docs.txt
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ohos_bes2600/third_party_markupsafe.git
git@gitee.com:ohos_bes2600/third_party_markupsafe.git
ohos_bes2600
third_party_markupsafe
third_party_markupsafe
master

搜索帮助