1 Star 0 Fork 0

叶缘 / chatgpt-on-wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 840 Bytes
一键复制 编辑 原始数据 按行查看 历史
lanvent 提交于 2023-04-17 15:41 . fix: missing lib in banwords
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: fix-byte-order-marker
- id: check-case-conflict
- id: check-merge-conflict
- id: debug-statements
- id: pretty-format-json
types: [text]
files: \.json(.template)?$
args: [ --autofix , --no-ensure-ascii, --indent=2, --no-sort-keys]
- id: trailing-whitespace
exclude: '(\/|^)lib\/'
args: [ --markdown-linebreak-ext=md ]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
exclude: '(\/|^)lib\/'
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
exclude: '(\/|^)lib\/'
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
- id: flake8
exclude: '(\/|^)lib\/'
1
https://gitee.com/knightzcl/chatgpt-on-wechat.git
git@gitee.com:knightzcl/chatgpt-on-wechat.git
knightzcl
chatgpt-on-wechat
chatgpt-on-wechat
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891