4 Star 4 Fork 1

Gitee 极速下载 / PyVista

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/pyvista/pyvista
克隆/下载
.flake8 627 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
exclude = .git,__pycache__,build,dist,doc/examples,doc/_build, tests/core/typing
ignore =
# whitespace before ':'
E203,
# line break before binary operator
W503,
# line length too long
E501,
# do not assign a lambda expression, use a def
E731,
# too many leading '#' for block comment
E266,
# ambiguous variable name
E741,
# module level import not at top of file
E402,
# Quotes (temporary)
Q0,
# bare excepts (temporary)
B001, E722
# we already check black
BLK100,
# let black auto-format statements on one line
E701, E702, E704
Python
1
https://gitee.com/mirrors/PyVista.git
git@gitee.com:mirrors/PyVista.git
mirrors
PyVista
PyVista
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891