2 Star 1 Fork 0

FFGPU/meson

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.flake8 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
ignore =
# E241: multiple spaces after ':'
E241,
# E251: unexpected spaces around keyword / parameter equals
E251,
# E261: at least two spaces before inline comment
E261,
# E265: block comment should start with '# '
E265,
# E501: line too long
E501,
# E302: expected 2 blank lines, found 1
E302,
# E305: expected 2 blank lines after class or function definition, found 1
E305,
# E401: multiple imports on one line
E401,
# E266: too many leading '#' for block comment
E266,
# E402: module level import not at top of file
E402,
# E731: do not assign a lambda expression, use a def (too many false positives)
E731,
# E741: ambiguous variable name 'l'
E741,
# W504: line break after binary operator
W504,
# A003: builtin class attribute
A003
max-line-length = 120
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ffgpu/meson.git
git@gitee.com:ffgpu/meson.git
ffgpu
meson
meson
master

搜索帮助