treeherder/.pre-commit-config.yaml

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

repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.0
hooks:
- id: flake8
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.1.1
2020-03-04 18:01:23 +03:00
hooks:
2020-03-04 19:47:22 +03:00
- id: shellcheck
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.1.2
2020-03-06 17:43:59 +03:00
hooks:
- id: prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.23.2
hooks:
- id: markdownlint
args: [--fix]
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
language_version: python3.7