加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangrui-wolf 提交于 2022-08-25 19:38 . Sota config.
[yapf]
based_on_style = pep8
column_limit = 120
blank_line_before_nested_class_or_def = true
spaces_before_comment = 2
split_complex_comprehension = true
arithmetic_precedence_indication = true
space_between_ending_comma_and_closing_bracket = false
[isort]
line_length = 120
multi_line_output = 0
extra_standard_library = setuptools
known_first_party = flyspeech
# known_third_party =
no_lines_before = LOCALFOLDER
default_section = THIRDPARTY
[codespell]
skip = *.ipynb
quiet-level = 3
ignore-words-list = cann
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化