From ce6fc45a8e65a178529083f0a5f155f17f326e2b Mon Sep 17 00:00:00 2001 From: pdiakumis Date: Tue, 3 Sep 2024 21:21:52 +1000 Subject: [PATCH] bump precommit 0.4.2 -> 0.4.3 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 748d2c9..b9d4ad3 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.4.2 + rev: v0.4.3 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style]