2 Star 8 Fork 3

aeix/meld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
[flake8]
exclude =
build_helpers.py
per-file-ignores =
maint:E501,E741
meld/dirdiff.py:E741
meld/vc/git.py:E741
meld/filediff.py:E741
meld/linkmap.py:E741
meson_post_install.py:E501
setup.py:E501
setup_win32.py:E501
test/*:E501
# build_helpers is almost entirely distutils interactions, which have
# poor type hinting
[mypy-meld.build_helpers]
ignore_errors = True
[isort]
known_first_party = meld
default_section = THIRDPARTY
no_lines_before = LOCALFOLDER
multi_line_output = 3
order_by_type = True
use_parentheses = True
indent = 4
include_trailing_comma = True
skip = bin/meld, setup_win32.py, README.md
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/aeix/meld.git
git@gitee.com:aeix/meld.git
aeix
meld
meld
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891