From 1ab94c324fc3f7ea71a00435362ce1803f56c881 Mon Sep 17 00:00:00 2001 From: hutchic <697188+hutchic@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:11:50 +0000 Subject: [PATCH] chore(deps): Update pre-commit hooks --- .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 c0a12c2..9b3abaa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: .*csv repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,22 +17,22 @@ repos: - id: requirements-txt-fixer - id: fix-encoding-pragma - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.9 hooks: - id: bandit - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.3.1 + rev: v1.5.5 hooks: - id: forbid-crlf - id: remove-crlf - id: forbid-tabs - id: remove-tabs - repo: https://github.com/IBM/detect-secrets - rev: 0.13.1+ibm.50.dss + rev: 0.13.1+ibm.62.dss hooks: - id: detect-secrets args: [--baseline, .secrets.baseline]