Skip to content

Commit 9046c7a

Browse files
Merge pull request #645 from lorenzwalthert/pre-commit-ci-update-configr
[pre-commit.ci] pre-commit autoupdate
2 parents 720bf26 + a15dc32 commit 9046c7a

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.3.9015
5+
rev: v0.4.3.9017
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style, --cache-root=styler-perm]

inst/hooks/local/consistent-release-tag.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ path_config <- c(
2323
)
2424

2525

26-
2726
assert_config_has_rev <- function(path_config, latest_tag) {
2827
file <- yaml::read_yaml(path_config)
2928
repo <- purrr::map(file$repos, "repo")

tests/testthat/test-hook-deps-in-desc-R.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ if (!on_windows_on_cran()) {
8484
)
8585

8686

87-
8887
# Rnw
8988
run_test("deps-in-desc",
9089
"deps-in-desc",

tests/testthat/test-hook-roxygenize.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ if (!on_cran()) {
7373
}
7474

7575

76-
77-
78-
7976
# with up to date rd present
8077
run_test("roxygenize",
8178
file_name = c("man/flie.Rd" = "flie-true.Rd"),

tests/testthat/test-hook-use-tidy-description.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
run_test("use-tidy-description", "DESCRIPTION", suffix = "")
33

44

5-
65
if (!on_cran()) {
76
# in sub directory with correct root
87
run_test("use-tidy-description",

0 commit comments

Comments
 (0)