1 Star 0 Fork 0

zzhh-third-party-code/khoj

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
sabaimran 提交于 2024-11-25 06:54 +08:00 . Migrate the pre-commit config
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
# Exclude elisp files to not clear page breaks
exclude: \.el$
- id: check-json
- id: check-toml
- id: check-yaml
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black", "--filter-files"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
hooks:
- id: mypy
stages: [pre-push, manual]
pass_filenames: false
args:
- --config-file=pyproject.toml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zzhh-third-party-code/khoj.git
git@gitee.com:zzhh-third-party-code/khoj.git
zzhh-third-party-code
khoj
khoj
master

搜索帮助