From 0b6a8f0d3be6560d04d4e22765afe6679c12c9a7 Mon Sep 17 00:00:00 2001 From: Fadi Hadzh Date: Mon, 30 Oct 2017 22:06:31 +0300 Subject: [PATCH] chore(pre-commit): update dependecies --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ada5f93..cdd8121 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ +repos: - repo: https://github.com/pre-commit/pre-commit-hooks - sha: v0.9.1 + sha: v1.1.1 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/pre-commit - sha: v0.16.2 + sha: v1.3.0 hooks: - - id: validate_config - id: validate_manifest