1 Star 0 Fork 111

Evan / arkid-core

forked from 龙归科技 / arkid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 792 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨瀚 提交于 2019-12-07 18:26 . chore(deployment): add docker-compose
exclude: >
(?x)^(
.*_pb2(_grpc)?\.py| # Generated protobuf and grpc files.
third_party/.*| # Third party source codes.
common/.*| # previous code
.*/migrations/.*| # auto-generated code from third party project
oauth2_provider/.*| # oauth2 django app from third party
oneid/settings.py|
docker-compose/be/settings.py|
drf_expiring_authtoken/.*|
)$
repos:
- repo: local
hooks:
- id: pylint
name: pylint (lint python code)
entry: python3 -m pylint --rcfile=.pylintrc
language: system
types: [python]
- id: yapf
name: yapf (format python code)
entry: python3 -m yapf -i
language: system
types: [python]
Python
1
https://gitee.com/likeshe/arkid-core.git
git@gitee.com:likeshe/arkid-core.git
likeshe
arkid-core
arkid-core
master

搜索帮助