4 Star 7 Fork 4

Gitee 极速下载/binutils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/bminor/binutils-gdb
克隆/下载
.pre-commit-config.yaml 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
Simon Marchi 提交于 2024-04-22 21:43 . gdb: bump black version to 24.4.2
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
hooks:
- id: black
types_or: [file]
files: 'gdb/.*\.py(\.in)?$'
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
hooks:
- id: flake8
types_or: [file]
# Note this one is only run on gdb/python, not (for now) the
# test suite.
files: 'gdb/python/.*\.py(\.in)?$'
args: [--config, gdb/setup.cfg]
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
types_or: [file]
files: 'gdb/.*\.py(\.in)?$'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/binutils-gdb.git
git@gitee.com:mirrors/binutils-gdb.git
mirrors
binutils-gdb
binutils
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385