diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1f0acf2f..c93e48d45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.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, --cache-root=styler-perm] diff --git a/DESCRIPTION b/DESCRIPTION index 1553a8be6..4d5b9463c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: precommit Title: Pre-Commit Hooks -Version: 0.2.2.9015 +Version: 0.2.2.9016 Author: Lorenz Walthert Maintainer: Lorenz Walthert Description: Useful git hooks for R building on top of the multi-language