1 Star 0 Fork 4

ybot/ERNIE-Bot-SDK

forked from PaddlePaddle/ERNIE-Bot-SDK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.flake8 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bobholamovic 提交于 2023-11-30 15:23 +08:00 . Enhance features (#109)
[flake8]
ignore =
# Whitespace before ',', ';', or ':', as it is not compatible with black.
E203,
# Module level import not at top of file.
E402,
# Do not assign a lambda expression. Use a def.
E731,
# Line break before binary operator, as it is not compatible with black.
W503
max-line-length = 109
per-file-ignores =
# Ignore unused imports for __init__.py files.
__init__.py:F401,
# Allow long lines for CLI due to argparse.
src/erniebot/cli.py:E501,
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ybot/ERNIE-Bot-SDK.git
git@gitee.com:ybot/ERNIE-Bot-SDK.git
ybot
ERNIE-Bot-SDK
ERNIE-Bot-SDK
develop

搜索帮助