1 Star 0 Fork 52

HYH/third_party_libinput_0924

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: no-commit-to-branch
args: ['--branch', 'main']
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
args: ['--check', '--diff', '.']
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.254
hooks:
- id: ruff
args: ['--ignore=E741,E501', '.']
- repo: https://gitlab.freedesktop.org/freedesktop/ci-templates.git
rev: 7402203527f61d6473d55ad701172d1606508c52
hooks:
- id: check-commits
- id: generate-template
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hellohyh001/third_party_libinput_0924.git
git@gitee.com:hellohyh001/third_party_libinput_0924.git
hellohyh001
third_party_libinput_0924
third_party_libinput_0924
master

搜索帮助