From 2c873efc44cadf42747aa7d5aaa88bb8e439108f Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Mon, 11 Apr 2022 23:04:50 +0200 Subject: [PATCH] Release v0.2.2.9015, see NEWS.md for details. --- 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 395417f1f..1553a8be6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: precommit Title: Pre-Commit Hooks -Version: 0.2.2.9014 +Version: 0.2.2.9015 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 2c8417d84..8a03fcbe0 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.2.2.9013 + rev: v0.2.2.9015 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 cd88a05be..59aba6256 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.2.2.9013 + rev: v0.2.2.9015 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style]