subiquity/.pre-commit-config.yaml

22 lines
597 B
YAML

files: "(console_conf|subiquity|subiquitycore|system_setup|doc)"
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
files: "(console_conf|subiquity|subiquitycore|system_setup)"
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort
files: "(console_conf|subiquity|subiquitycore|system_setup)"
- repo: local
hooks:
- id: doc-spelling
name: doc-spelling
language: system
entry: make -C doc spelling
files: "doc/.*rst"
pass_filenames: false