1 Star 0 Fork 2

waynezhang1984/LazyLLM

forked from LazyAGI/LazyLLM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.flake8 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
liwenjian-sensetime 提交于 2024-06-13 16:51 . Lint Python Code (#2)
[flake8]
exclude = tests/legacy,venv
max-line-length = 121
# E701: multiple statements on one line (colon)
# E702: multiple statements on one line (semicolon)
# E704: multiple statements on one line (def)
# E302: expected 2 blank lines, found 1
# E305: expected 2 blank lines after class or function definition, found 1
# E124: closing bracket does not match visual indentation
# W503: line break before binary operator
ignore = E701, E702, E704, E302, E305, E124, W503
max-complexity = 12
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/waynezhang1984/LazyLLM.git
git@gitee.com:waynezhang1984/LazyLLM.git
waynezhang1984
LazyLLM
LazyLLM
main

搜索帮助