1 Star 0 Fork 154

woerwin/OMP

forked from 云智慧/OMP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 627 Bytes
一键复制 编辑 原始数据 按行查看 历史
jon.liu 提交于 2021-09-18 14:46 . 更新服务脚本
default_stages: [commit]
repos:
- repo: https://github.com/yingzi113/pre-commit-hooks
rev: 5863e162f1bed1f63eeb716e77d622ff8e3d9af9
hooks:
- id: check-case-conflict
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4.4
hooks:
- id: autopep8
args: [-i, --global-config=.flake8, -v, --ignore=E402]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: flake8
args:
- --ignore=E501,E402
- id: check-docstring-first
- id: trailing-whitespace
- id: check-ast
- id: check-json
- id: check-yaml
exclude: migrations
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/woerwin/OMP.git
git@gitee.com:woerwin/OMP.git
woerwin
OMP
OMP
dev

搜索帮助