1 Star 0 Fork 40

qiujiacai/pyporter

forked from openEuler/pyporter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
LukeLIN-web 提交于 2023-07-05 10:46 . !37 Add precommit code format
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
name: End-of-file fixer
- id: trailing-whitespace
name: Remove trailing whitespaces
- id: check-toml
name: Check toml
- id: check-yaml
name: Check yaml
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: Sort imports
- repo: https://github.com/google/yapf
rev: v0.40.0
hooks:
- id: yapf
name: Format code
additional_dependencies: [toml]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qiu-jc/pyporter.git
git@gitee.com:qiu-jc/pyporter.git
qiu-jc
pyporter
pyporter
master

搜索帮助