3 Star 4 Fork 0

Tencent/bk-bcs-saas

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
files: ^bcs-app/
fail_fast: true
repos:
- repo: https://github.com/timothycrosley/isort
rev: 5.7.0
hooks:
- id: isort
exclude: >
(?x)^(
.*/migrations/.*
| bcs-app/backend/packages/.*
)$
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black
args: [--config=bcs-app/pyproject.toml]
exclude: >
(?x)^(
.*/migrations/.*
| bcs-app/backend/packages/.*
)$
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.0
hooks:
- id: flake8
args: [--config=bcs-app/.flake8]
exclude: >
(?x)^(
.*/migrations/.*
| bcs-app/backend/packages/.*
)$
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mirrors_Tencent/bk-bcs-saas.git
git@gitee.com:mirrors_Tencent/bk-bcs-saas.git
mirrors_Tencent
bk-bcs-saas
bk-bcs-saas
master

搜索帮助