11 Star 30 Fork 0

Gitee 极速下载/django-lb-workflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vicalloy/django-lb-workflow
克隆/下载
.pre-commit-config.yaml 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
HuXiaomao 提交于 2021-05-17 18:37 +08:00 . format code by black
exclude: ^(coverage_html/|image_output/|models/|videos/)
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
- id: check-xml
- id: check-yaml
- id: detect-private-key
- id: trailing-whitespace
- id: debug-statements
- id: end-of-file-fixer
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
- id: black
language_version: python3.8
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.0
hooks:
- id: flake8
args: ['--config=setup.cfg']
additional_dependencies: [flake8-isort]
types: [python]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/django-lb-workflow.git
git@gitee.com:mirrors/django-lb-workflow.git
mirrors
django-lb-workflow
django-lb-workflow
master

搜索帮助