From 89d820ab0d3336cf16debd374363b41fbd69c95c Mon Sep 17 00:00:00 2001 From: wesley-dean-gsa Date: Mon, 15 Aug 2022 14:41:21 +0000 Subject: [PATCH] [MegaLinter] Apply linter fixes --- .pre-commit-config.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aaff6421..64647ec8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 - hooks: - - id: detect-aws-credentials - - id: detect-private-key - - id: check-merge-conflict - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-added-large-files - - id: check-symlinks + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.3.0 + hooks: + - id: detect-aws-credentials + - id: detect-private-key + - id: check-merge-conflict + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-added-large-files + - id: check-symlinks -- repo: https://github.com/Yelp/detect-secrets - rev: v1.3.0 - hooks: - - id: detect-secrets + - repo: https://github.com/Yelp/detect-secrets + rev: v1.3.0 + hooks: + - id: detect-secrets