From 33592cc99405462711d9a39e26004be6324b78d2 Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Fri, 27 Oct 2023 22:56:43 +0200 Subject: [PATCH] Release v0.3.2.9025, see NEWS.md for details. Diff to previous release: https://github.com/lorenzwalthert/precommit/compare/v0.3.2.9023...v0.3.2.9025 --- DESCRIPTION | 2 +- inst/pre-commit-config-pkg.yaml | 2 +- inst/pre-commit-config-proj.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5f418e104..1aec2bdb5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: precommit Title: Pre-Commit Hooks -Version: 0.3.2.9024 +Version: 0.3.2.9025 Author: Lorenz Walthert Maintainer: Lorenz Walthert Description: Useful git hooks for R building on top of the multi-language diff --git a/inst/pre-commit-config-pkg.yaml b/inst/pre-commit-config-pkg.yaml index 2f361a094..5376e0981 100644 --- a/inst/pre-commit-config-pkg.yaml +++ b/inst/pre-commit-config-pkg.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.2.9023 + rev: v0.3.2.9025 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/inst/pre-commit-config-proj.yaml b/inst/pre-commit-config-proj.yaml index d3995f08f..82a424cd6 100644 --- a/inst/pre-commit-config-proj.yaml +++ b/inst/pre-commit-config-proj.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.3.2.9023 + rev: v0.3.2.9025 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style]