From 4e9df6a0396a1539d1dd5358542e8881e7698a79 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 00:49:02 +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.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.0](https://github.com/pre-commit/mirrors-autopep8/compare/v1.6.0...v2.0.0) - [github.com/lorenzwalthert/precommit: v0.3.1 → v0.3.2.9003](https://github.com/lorenzwalthert/precommit/compare/v0.3.1...v0.3.2.9003) - [github.com/zricethezav/gitleaks: v8.8.11 → v8.15.2](https://github.com/zricethezav/gitleaks/compare/v8.8.11...v8.15.2) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73be3f40c1..b728ca4ce9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,7 +16,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.6.0 + rev: v2.0.0 hooks: - id: autopep8 args: ["--max-line-length=120", "-i"] @@ -25,7 +25,7 @@ repos: hooks: - id: python-use-type-annotations - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.1 + rev: v0.3.2.9003 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] @@ -36,7 +36,7 @@ repos: - id: parsable-R - id: no-browser-statement - repo: https://github.com/zricethezav/gitleaks - rev: v8.8.11 + rev: v8.15.2 hooks: - id: gitleaks # enable only for Python projects with a dev-installed pylint