Files
gdb-gui/.pre-commit-config.yaml
2024-03-27 18:01:30 -06:00

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.3.0
hooks:
- id: black
files: 'gdb/.*'