代码拉取完成,页面将自动刷新
[flake8]
# E501 line too long
# E722 do not use bare 'except'
# F401 imported but unused
# W503 line break before binary operator
ignore = E501,E722,F401,W503
per-file-ignores =
# redefinition of unused 'dpnp_random_impl'
dpnp_randomimpl.py: F811
# module level import not at top of file
device_init.py: E402
# 'from . import *' used; unable to detect undefined names
__init__.py: F403
# module level import not at top of file
target.py: E402
# config should containe code lines examples in comment
docs/source/conf.py: E800
exclude =
.git,
__pycache__,
_version.py,
lowerer.py,
parfor.py
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。