2 Star 0 Fork 0

mirrors_IntelPython/numba-dppy

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.flake8 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
[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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_IntelPython/numba-dppy.git
git@gitee.com:mirrors_IntelPython/numba-dppy.git
mirrors_IntelPython
numba-dppy
numba-dppy
main

搜索帮助