13 Star 35 Fork 13

Gitee 极速下载/DataHub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/linkedin/datahub
克隆/下载
.pre-commit-config.yaml 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
exclude: ^$
files: ^(docs/|docs-website/|metadata-ingestion/)
repos:
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.10.1
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/myint/autoflake
rev: v1.4
hooks:
- id: autoflake
args:
- --in-place
- --remove-unused-variables
- --remove-all-unused-imports
- --expand-star-imports
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6" # Use the sha or tag you want to point at
hooks:
- id: prettier
args:
- --write
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/DataHub.git
git@gitee.com:mirrors/DataHub.git
mirrors
DataHub
DataHub
master

搜索帮助