treeherder/.pre-commit-config.yaml

24 строки
552 B
YAML

repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
- id: flake8
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.1.1
hooks:
- id: shellcheck
- repo: https://github.com/prettier/prettier
rev: 2.0.5
hooks:
- id: prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.22.0
hooks:
- id: markdownlint
args: [--fix]
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.7