2 Star 8 Fork 3

aeix / meld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 890 Bytes
一键复制 编辑 原始数据 按行查看 历史
default_language_version:
python: python3
repos:
- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v2.3.0
hooks:
- id: check-added-large-files
- id: check-docstring-first
- id: check-xml
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: mixed-line-ending
- id: pretty-format-json
args: [--no-sort-keys, --indent=2]
- id: trailing-whitespace
- repo: https://github.com/timothycrosley/isort
rev: 4.3.21-2
hooks:
- id: isort
args: [--filter-files]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.5
hooks:
- id: flake8
additional_dependencies:
- flake8-isort
- pep8-naming
- pycodestyle
exclude: ^po/.*\.po$
Python
1
https://gitee.com/aeix/meld.git
git@gitee.com:aeix/meld.git
aeix
meld
meld
master

搜索帮助