subiquity/.pre-commit-config.yaml

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

22 lines
597 B
YAML
Raw Normal View History

files: "(console_conf|subiquity|subiquitycore|system_setup|doc)"
2023-07-24 17:16:53 +00:00
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
files: "(console_conf|subiquity|subiquitycore|system_setup)"
2023-07-24 17:16:53 +00:00
- 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