From 5bd4e2e14b0fd4584150e82cd5313e8f4e387c4f Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Thu, 23 Apr 2020 16:58:40 +0200 Subject: [PATCH] Updated pre-commit deps --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 460616c..9b4a494 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-merge-conflict - id: check-executables-have-shebangs - repo: git://github.com/jumanjihouse/pre-commit-hooks - rev: 1.11.2 + rev: 2.0.0 hooks: - id: shfmt args: ['-l', '-i', '2', '-ci', '-sr', '-w']