2 Star 0 Fork 0

mirrors_anthonyfok/snapcraft

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.flake8 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
# TODO migrate to PEP 518 once supported.
[flake8]
ignore =
# let black handle this
E501,
# http://hexbyteinc.com/ambv-black/#line-breaks--binary-operators
W503,
# http://hexbyteinc.com/ambv-black/#slices
E203
max-complexity = 10
exclude =
# No need to traverse our git directory
.git,
.hg,
.mypy_cache,
.tox,
.venv,
.vscode,
_build,
buck-out,
# There's no value in checking cache directories
__pycache__,
# This contains builds of flake8 that we don't want to check
build,
dist,
# snapcraft generated
parts,
stage,
prime
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_anthonyfok/snapcraft.git
[email protected]:mirrors_anthonyfok/snapcraft.git
mirrors_anthonyfok
snapcraft
snapcraft
master

搜索帮助