3 Star 0 Fork 0

Gitee 极速下载 / genai

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/noteable-io/genai
克隆/下载
setup.cfg 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
# References:
# https://flake8.readthedocs.io/en/latest/user/configuration.html
# https://flake8.readthedocs.io/en/latest/user/error-codes.html
# Note: there cannot be spaces after comma's here
exclude =
__init__.py,
genai/tests
ignore =
# Extra space in brackets
E20,
# Multiple spaces around ","
E231,E241,
# Comments
E26,
# Import formatting
E4,
# Comparing types instead of isinstance
E721,
# Assigning lambda expression
E731,
# Do not use variables named ‘l’, ‘O’, or ‘I’
E741,
# Long descriptions can trigger this one erroneously
D205,
# First line period ends can be ignored
D400,
# Prose of docstrings doesn't need to be this strict
D401
max-line-length = 120
max-complexity = 23
extend-ignore = E203
Python
1
https://gitee.com/mirrors/genai.git
git@gitee.com:mirrors/genai.git
mirrors
genai
genai
main

搜索帮助