From 98d25ccfa43a6acde95ada3dbdf560f677b3ba4c Mon Sep 17 00:00:00 2001 From: Sardorbek Imomaliev Date: Sun, 14 Mar 2021 13:32:31 +0700 Subject: [PATCH] Initial commit --- .pre-commit-config.yaml | 16 ++++++++++++++++ README.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 .pre-commit-config.yaml create mode 100644 README.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..0888cb4 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,16 @@ +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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..2cae1f7 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Tmux Keyboard Layout plugin