From b29ffa9eca177c5479f9a1bbcd39d66acb75ead2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 30 Dec 2020 22:56:52 +0200 Subject: [PATCH] Update pre-commit checks. --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 08178ea..dacf4d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.3.0 + rev: v3.4.0 hooks: - id: check-added-large-files - id: check-executables-have-shebangs @@ -42,7 +42,7 @@ repos: exclude: Pipfile\.lock - repo: https://git.shore.co.il/nimrod/shell-pre-commit.git - sha: v0.6.0 + rev: v0.6.0 hooks: - id: shell-lint - id: shellcheck -- GitLab