subiquity/.pre-commit-config.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
258 B
YAML
Raw Normal View History

2023-07-24 17:16:53 +00:00
files: "(console_conf|subiquity|subiquitycore|system_setup)"
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort