1 Star 0 Fork 36

wkh/repo

forked from 开源中国/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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yudaiyan/repo.git
git@gitee.com:yudaiyan/repo.git
yudaiyan
repo
repo
fork_flow

搜索帮助