8 Star 14 Fork 0

Gitee 极速下载 / Tornado

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tornadoweb/tornado
克隆/下载
.flake8 452 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben Darnell 提交于 2018-10-06 23:03 . *: Adopt black as code formatter
[flake8]
exclude = .git,.tox,__pycache__,.eggs,build
max-line-length = 100
ignore =
# E265 block comment should start with '# '
E265,
# E266 too many leading '#' for block comment
E266,
# E402 module level import not at top of file
E402,
# E722 do not use bare except
E722,
# flake8 and black disagree about
# W503 line break before binary operator
# E203 whitespace before ':'
W503,E203
doctests = true
Python
1
https://gitee.com/mirrors/tornado.git
git@gitee.com:mirrors/tornado.git
mirrors
tornado
Tornado
master

搜索帮助