7 Star 8 Fork 0

Gitee 极速下载 / HiPlot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/facebookresearch/hiplot
克隆/下载
.pre-commit-config.yaml 595 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
danthe3rd 提交于 2020-01-30 20:19 . HiPlot initial commit
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4.4 # Use the sha / tag you want to point at
hooks:
- id: autopep8
exclude: ^scripts/
args: ['-i', '--max-line-length=140']
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.3.1
hooks:
- id: pylint
exclude: ^scripts/
args: ['--disable=bad-continuation'] # coz incompatible with black
Python
1
https://gitee.com/mirrors/HiPlot.git
git@gitee.com:mirrors/HiPlot.git
mirrors
HiPlot
HiPlot
main

搜索帮助