1 Star 0 Fork 0

openvinotoolkit-prc / docker_ci

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
max-line-length = 120
max-parameters-amount = 9
max-returns-amount = 4
show_source = True
exclude = venv, tests/resources
docstring-convention = google
ignore = DAR101, DAR201, DAR401, D107, D415, I201, T001, S404, S603, G004, B009, E800, S607, W503
enable-extensions=G
per-file-ignores =
tests/*: D100,D101,D102,D104,S108,CFQ004,PT023
tests/conftest.py: D100,D101,D102,D103,D104,CFQ004
[pydocstyle]
convention = google
[tool:pytest]
junit_family=xunit1
; pylint --rcfile=setup.cfg
[pylint]
disable=W1202,C0103
[mypy]
ignore_missing_imports = True
[mypy-utils.logger]
ignore_errors = True
Python
1
https://gitee.com/openvinotoolkit-prc/docker_ci.git
git@gitee.com:openvinotoolkit-prc/docker_ci.git
openvinotoolkit-prc
docker_ci
docker_ci
master

搜索帮助