mirror of
https://github.com/imomaliev/tmux-keyboard-layout.git
synced 2026-09-10 07:06:19 -04:00
17 lines
425 B
YAML
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
|