1 # See https://pre-commit.com for more information
2 # See https://pre-commit.com/hooks.html for more hooks
4 - repo: https://github.com/psf/black-pre-commit-mirror
9 files: 'gdb/.*\.py(\.in)?$'
10 - repo: https://github.com/pycqa/flake8
15 # Note this one is only run on gdb/python, not (for now) the
17 files: 'gdb/python/.*\.py(\.in)?$'
18 args: [--config, gdb/setup.cfg]
19 - repo: https://github.com/pycqa/isort
24 files: 'gdb/.*\.py(\.in)?$'