зеркало из https://github.com/mozilla/treeherder.git
25 строки
603 B
YAML
25 строки
603 B
YAML
repos:
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 6.0.0
|
|
hooks:
|
|
- id: flake8
|
|
args: [--append-config=tox.ini]
|
|
- repo: https://github.com/shellcheck-py/shellcheck-py
|
|
rev: v0.9.0.5
|
|
hooks:
|
|
- id: shellcheck
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: v2.2.1
|
|
hooks:
|
|
- id: prettier
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
|
rev: v0.32.2
|
|
hooks:
|
|
- id: markdownlint
|
|
args: [--fix]
|
|
- repo: https://github.com/psf/black
|
|
rev: 23.3.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.9
|