From 4d202bee376dca74b24acc6363b530ba9fbed297 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 04:45:08 +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/mirrors-autopep8: v2.0.1 → v2.0.2](https://github.com/pre-commit/mirrors-autopep8/compare/v2.0.1...v2.0.2) - [github.com/zricethezav/gitleaks: v8.15.3 → v8.16.3](https://github.com/zricethezav/gitleaks/compare/v8.15.3...v8.16.3) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9835368e..2be831db5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autopep8 args: ["--max-line-length=120", "-i"] @@ -37,7 +37,7 @@ repos: - id: parsable-R - id: no-browser-statement - repo: https://github.com/zricethezav/gitleaks - rev: v8.15.3 + rev: v8.16.3 hooks: - id: gitleaks # enable only for Python projects with a dev-installed pylint