1 Star 0 Fork 3

习强/meld

forked from 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xi_qiang/meld.git
git@gitee.com:xi_qiang/meld.git
xi_qiang
meld
meld
master

搜索帮助