1 Star 0 Fork 13

深情不及久伴/DataHub

forked from Gitee 极速下载/DataHub 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hyejin Yoon 提交于 2023-03-31 15:34 . feat: add pre-commit (#7680)
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/pre-commit-hooks
rev: v2.3.0
hooks:
- id: flake8
- 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hongey123/DataHub.git
git@gitee.com:hongey123/DataHub.git
hongey123
DataHub
DataHub
master

搜索帮助