treeherder/.pre-commit-config.yaml

24 строки
549 B
YAML
Исходник Обычный вид История

repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
- id: flake8
2020-03-04 19:47:22 +03:00
- repo: https://github.com/ryanrhee/shellcheck-py
rev: v0.7.0.1-1
2020-03-04 18:01:23 +03:00
hooks:
2020-03-04 19:47:22 +03:00
- id: shellcheck
2020-03-06 17:43:59 +03:00
- repo: https://github.com/prettier/prettier
rev: 2.0.5
2020-03-06 17:43:59 +03:00
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