We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba35736 commit 6c7d2d3Copy full SHA for 6c7d2d3
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_stages: [commit]
4
5
repos:
6
- repo: https://github.com/lorenzwalthert/precommit
7
- rev: v0.1.3.9123
+ rev: v0.1.3.9014
8
hooks:
9
- id: style-files
10
args: [--style_pkg=styler, --style_fun=tidyverse_style]
R/zzz.R
@@ -8,8 +8,7 @@
styler.ignore_start = "# styler: off",
styler.ignore_stop = "# styler: on",
styler.quiet = FALSE,
11
- styler.test_dir_writable = TRUE,
12
- styler.interactive_ask_remove_old_caches = TRUE
+ styler.test_dir_writable = TRUE
13
)
14
toset <- !(names(op.styler) %in% names(op))
15
if (any(toset)) options(op.styler[toset])
0 commit comments