1 Star 0 Fork 1

Cyan/PaddleMIX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tool.isort]
profile = 'black'
known_third_party = ["paddle"]
[tool.black]
line-length = 119
target_version = ['py35', 'py36', 'py37', 'py38', 'py39', 'py310']
exclude = ['.flake8']
[tool.pytest.ini_options]
minversion = "6.0"
pythonpath = ["."]
testpaths = [
# "tests/models",
]
python_files = [
"test.py",
"test_*.py"
]
filterwarnings = [
"ignore::UserWarning",
'ignore::DeprecationWarning',
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jqbetter/PaddleMIX.git
git@gitee.com:jqbetter/PaddleMIX.git
jqbetter
PaddleMIX
PaddleMIX
develop

搜索帮助