1 Star 0 Fork 0

littleTesting/building-machine-learning-pipelines

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hannes Hapke 提交于 2020-06-28 04:26 +08:00 . pre-commit, pep8
repos:
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
- id: black
args: [--line-length=80, --safe]
python_version: python3
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
- id: end-of-file-fixer
- id: trailing-whitespace
- id: debug-statements
- id: flake8
log_file: '.artifacts/flake8.log'
- id: requirements-txt-fixer
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/littleTesting/building-machine-learning-pipelines.git
git@gitee.com:littleTesting/building-machine-learning-pipelines.git
littleTesting
building-machine-learning-pipelines
building-machine-learning-pipelines
master

搜索帮助