From 89065c7f2af89cb9422364d5ba73bc73ab390035 Mon Sep 17 00:00:00 2001 From: Facu de la Cruz Date: Wed, 21 Oct 2020 01:02:23 -0300 Subject: [PATCH] Updating pre-commit-hooks --- .pre-commit-config.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43b87ac..e3b33e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,10 +2,14 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 # Use the ref you want to point at hooks: - - id: trailing-whitespace - - id: detect-private-key - id: check-symlinks + - id: check-yaml + - id: detect-aws-credentials + - id: detect-private-key + - id: double-quote-string-fixer + - id: end-of-file-fixer + - id: forbid-new-submodules - id: mixed-line-ending + - id: trailing-whitespace - id: pretty-format-json args: ["--autofix"] - - id: forbid-new-submodules