Files
gdb-gui/.pre-commit-config.yaml
Tom Tromey dc5ea348e6 add isort
2025-12-06 13:08:24 -06:00

15 lines
376 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: 25.11.0
hooks:
- id: black
files: 'gui/.*\.py'
- repo: https://github.com/pycqa/isort
rev: 7.0.0
hooks:
- id: isort
types_or: [file]
files: '^gui/.*\.py'