1 Star 1 Fork 0

ysun/starlette-graphql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 665 Bytes
一键复制 编辑 原始数据 按行查看 历史
syfun 提交于 2020-04-02 15:08 . first commit
# exclude: |
# (?x)(
# ^config/|
# .*/migrations/
# )
repos:
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.3
hooks:
- id: seed-isort-config
language_version: python3.8
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- id: isort
args: [-rc]
language_version: python3.8
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.8
args: [--line-length=100, --skip-string-normalization]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: flake8
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/acidrain/starlette-graphql.git
git@gitee.com:acidrain/starlette-graphql.git
acidrain
starlette-graphql
starlette-graphql
master

搜索帮助