1 Star 0 Fork 176

小学生大老板/PaddleNLP

forked from PaddlePaddle/PaddleNLP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sijun He 提交于 2022-12-26 10:45 +08:00 . [CI] Fix data and datasets tests (#4215)
[tool.isort]
profile = 'black'
known_third_party = ["paddle"]
skip = ['paddlenlp/transformers/__init__.py']
[tool.black]
line-length = 119
target_version = ['py35', 'py36', 'py37', 'py38', 'py39', 'py310']
exclude = ['.flake8']
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q"
testpaths = [
"tests/data",
"tests/datasets",
"tests/transformers",
"tests/prompt",
"tests/taskflow",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/bosszhang/PaddleNLP.git
git@gitee.com:bosszhang/PaddleNLP.git
bosszhang
PaddleNLP
PaddleNLP
develop

搜索帮助