1 Star 0 Fork 0

Catty2014/parso

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 231 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dave Halter 提交于 2019-04-05 16:25 . PEP 8
[bdist_wheel]
universal=1
[flake8]
max-line-length = 100
ignore =
# do not use bare 'except'
E722,
# don't know why this was ever even an option, 1+1 should be possible.
E226,
# line break before binary operator
W503,
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Catty2014/parso.git
git@gitee.com:Catty2014/parso.git
Catty2014
parso
parso
master

搜索帮助