blob: 7afe60c20be94345805affad9c0292bd70bdfb39 (
plain)
1
2
3
4
5
6
7
8
|
# 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.3.0
hooks:
- id: black
files: 'gdb/.*'
|