From 1b86e77d829208e74dc9448bec68aafa0c9cf43e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:40:45 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/psf/black: 22.12.0 → 23.12.1](https://github.com/psf/black/compare/22.12.0...23.12.1) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.9.0...v1.10.0) - [github.com/zricethezav/gitleaks: v8.15.2 → v8.18.1](https://github.com/zricethezav/gitleaks/compare/v8.15.2...v8.18.1) - [github.com/gitguardian/ggshield: v1.14.2 → v1.23.0](https://github.com/gitguardian/ggshield/compare/v1.14.2...v1.23.0) --- .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 66a82d0..49142b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,21 +12,21 @@ repos: - id: check-merge-conflict - id: fix-encoding-pragma - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 # Use the ref you want to point at + rev: v1.10.0 # Use the ref you want to point at hooks: - id: python-use-type-annotations - id: python-no-log-warn - id: python-no-eval - repo: https://github.com/zricethezav/gitleaks - rev: v8.15.2 + rev: v8.18.1 hooks: - id: gitleaks - repo: https://github.com/gitguardian/ggshield - rev: v1.14.2 + rev: v1.23.0 hooks: - id: ggshield language_version: python3