9 Star 46 Fork 30

开源中国 / repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.flake8 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
max-line-length=100
ignore=
# E111: Indentation is not a multiple of four
E111,
# E114: Indentation is not a multiple of four (comment)
E114,
# E402: Module level import not at top of file
E402,
# E731: do not assign a lambda expression, use a def
E731,
# W503: Line break before binary operator
W503,
# W504: Line break after binary operator
W504
Python
1
https://gitee.com/oschina/repo.git
git@gitee.com:oschina/repo.git
oschina
repo
repo
fork_flow

搜索帮助