3 Star 4 Fork 4

CHN悠远/micropython-lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.pre-commit-config.yaml 388 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jim Mussared 提交于 2023-10-17 10:18 +08:00 . all: Replace "black" with "ruff format".
repos:
- repo: local
hooks:
- id: verifygitlog
name: MicroPython git commit message format checker
entry: tools/verifygitlog.py --check-file --ignore-rebase
language: python
verbose: true
stages: [commit-msg]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.2
hooks:
- id: ruff
id: ruff-format
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CHN_ZC/micropython-lib.git
git@gitee.com:CHN_ZC/micropython-lib.git
CHN_ZC
micropython-lib
micropython-lib
master

搜索帮助