5 Star 24 Fork 4

Gitee 极速下载/SQLFlow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/sql-machine-learning/sqlflow
克隆/下载
.pre-commit-config.yaml 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
repos:
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.3.5
hooks:
- id: go-fmt
- id: go-lint
- id: validate-toml
- id: no-go-testing
- repo: local
hooks:
- id: copyright_checker
name: copyright_checker
entry: python ./scripts/pre-commit/copyright.py
language: system
files: \.(go|py|sh)$
- repo: local
hooks:
- id: documentation_checker
name: documentation_checker
entry: bash ./scripts/pre-commit/docgen.sh
language: system
- repo: local
hooks:
- id: google_style_java
name: google_style_java
entry: bash ./scripts/pre-commit/google_java_format.sh
language: system
files: \.(java)$
verbose: true
- repo: local
hooks:
- id: jsbeautifier
name: jsbeautifier
entry: bash ./scripts/pre-commit/jsbeautifier.sh
language: system
files: \.(js)$
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.29.0
hooks:
- id: yapf
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
hooks:
- id: isort
- repo: local
hooks:
- id: pylint
name: pylint
entry: bash ./scripts/pre-commit/pylint.sh
language: system
files: \.py$
verbose: true
- repo: local
hooks:
- id: shellcheck
name: shellcheck
entry: bash ./scripts/pre-commit/shellcheck.sh
language: system
files: \.(bash|sh)$
verbose: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/SQLFlow.git
git@gitee.com:mirrors/SQLFlow.git
mirrors
SQLFlow
SQLFlow
develop

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385