From c785f60a65f1f3c4d17033352ac819da2cce6446 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 03:44:15 +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.2.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.4.0) - [github.com/lorenzwalthert/precommit: v0.3.0 → v0.3.2.9003](https://github.com/lorenzwalthert/precommit/compare/v0.3.0...v0.3.2.9003) --- .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 4d69d80..6b1f808 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,7 +12,7 @@ repos: args: ["--autofix", "--indent=2", "--no-sort-keys"] - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.0 + rev: v0.3.2.9003 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style]