1 Star 0 Fork 112

河南锦科利仁电子科技有限公司 / arkid-core

forked from 龙归科技 / arkid 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
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|
)$
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/qYhcr/arkid-core.git
git@gitee.com:qYhcr/arkid-core.git
qYhcr
arkid-core
arkid-core
master

搜索帮助