Skip to content

Commit 6c7d2d3

Browse files
drop unused option
1 parent ba35736 commit 6c7d2d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_stages: [commit]
44

55
repos:
66
- repo: https://github.com/lorenzwalthert/precommit
7-
rev: v0.1.3.9123
7+
rev: v0.1.3.9014
88
hooks:
99
- id: style-files
1010
args: [--style_pkg=styler, --style_fun=tidyverse_style]

R/zzz.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
styler.ignore_start = "# styler: off",
99
styler.ignore_stop = "# styler: on",
1010
styler.quiet = FALSE,
11-
styler.test_dir_writable = TRUE,
12-
styler.interactive_ask_remove_old_caches = TRUE
11+
styler.test_dir_writable = TRUE
1312
)
1413
toset <- !(names(op.styler) %in% names(op))
1514
if (any(toset)) options(op.styler[toset])

0 commit comments

Comments
 (0)