From 4b27acf5c53ed4cdbfe4f3a376012ffdc18f5135 Mon Sep 17 00:00:00 2001 From: Isa Farnik Date: Wed, 15 Feb 2023 17:41:13 -0800 Subject: [PATCH] feat(*): bump all pre-commit hooks (#23) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa81517..4688283 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: check-hooks-apply - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.4.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,24 +17,24 @@ repos: - id: end-of-file-fixer - id: check-added-large-files - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.10 + rev: v1.4.2 hooks: - id: forbid-crlf - id: remove-crlf - id: forbid-tabs - id: remove-tabs - repo: https://github.com/Yelp/detect-secrets - rev: v1.1.0 + rev: v1.4.0 hooks: - id: detect-secrets args: [--baseline, .secrets.baseline] - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.1.1 + rev: 0.2.2 hooks: - id: yamlfmt args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '150'] - repo: https://github.com/adrienverge/yamllint - rev: v1.26.1 + rev: v1.29.0 hooks: - id: yamllint args: [--format, parsable, --strict]