1 Star 0 Fork 175

福建师范大学-郭利/PaddleNLP

forked from PaddlePaddle/PaddleNLP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 768 Bytes
一键复制 编辑 原始数据 按行查看 历史
猫神战之京 提交于 2023-04-24 13:27 +08:00 . disable warning in pytest (#5767)
[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 --ignore model_zoo/gpt-3/ppfleetx"
pythonpath = ["."]
testpaths = [
"tests/data",
"tests/datasets",
"tests/embeddings",
"tests/experimental",
"tests/layers",
"tests/metrics",
"tests/ops",
"tests/transformers",
"tests/prompt",
"tests/taskflow",
"tests/utils",
"model_zoo",
"tests/dataaug",
]
python_files = [
"test.py",
"test_*.py"
]
filterwarnings = [
"ignore::UserWarning",
'ignore::DeprecationWarning',
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/fujian_normal_university_cmi/PaddleNLP.git
git@gitee.com:fujian_normal_university_cmi/PaddleNLP.git
fujian_normal_university_cmi
PaddleNLP
PaddleNLP
develop

搜索帮助