mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
9 lines
238 B
YAML
9 lines
238 B
YAML
|
# 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.2.0
|
||
|
hooks:
|
||
|
- id: black
|
||
|
files: 'gdb/.*'
|