imomaliev.tmux-keyboard-layout/.pre-commit-config.yaml
Sardorbek Imomaliev 98d25ccfa4 Initial commit
2021-03-14 13:32:31 +07:00

17 lines
425 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
hooks:
- id: prettier
types_or: [yaml, markdown]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.1.1
hooks:
- id: shellcheck