1 Star 0 Fork 0

create_future / speechbrain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 791 Bytes
一键复制 编辑 原始数据 按行查看 历史
Adel Moumen 提交于 2022-11-22 12:40 . github flake instead of gitlab
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0 # Use the ref you want to point at
hooks:
- id: trailing-whitespace
types: [file, text]
- id: end-of-file-fixer
types: [python]
- id: requirements-txt-fixer
- id: mixed-line-ending
types: [python]
args: [--fix=no]
- id: check-added-large-files
args: [--maxkb=1024]
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
- id: black
types: [python]
additional_dependencies: ['click==8.0.4']
- repo: https://github.com/PyCQA/flake8
rev: 3.7.9
hooks:
- id: flake8
types: [python]
- repo: https://github.com/adrienverge/yamllint
rev: v1.23.0
hooks:
- id: yamllint
1
https://gitee.com/create_future/speechbrain.git
git@gitee.com:create_future/speechbrain.git
create_future
speechbrain
speechbrain
develop

搜索帮助