1 Star 0 Fork 0

TechMonkey/botpy

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.flake8 285 Bytes
Copy Edit Raw Blame History
veehou authored 2022-01-09 16:56 . feat: SDK支持Async
[flake8]
ignore =
;W503 line break before binary operator
W503,
;E203 whitespace before ':'
E203
; exclude file
exclude =
.tox,
.git,
__init__.py,
__pycache__,
build,
dist,
*.pyc,
*.egg-info,
.cache,
.eggs
max-line-length = 120
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/hacker108/botpy.git
git@gitee.com:hacker108/botpy.git
hacker108
botpy
botpy
master

Search