Skip to content

Commit

Permalink
Merge pull request #115 from lorenzwalthert/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
lorenzwalthert committed Apr 2, 2024
2 parents 81c2d31 + b167260 commit 415a418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9003
rev: v0.4.1
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down Expand Up @@ -76,7 +76,7 @@ repos:
vignettes/touchstone\.Rmd
)$
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=200']
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/test-core.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test_that("dynamic dots are supported", {
bm <- benchmark_run(
expr_before_benchmark = {},
!!x := rlang::expr(Sys.sleep(0)),
branches = "main",
branches = "main",
n = 1
)
schema <- purrr::map_chr(bm, ~ class(.x)[1])
Expand All @@ -67,7 +67,7 @@ test_that("dynamic dots are supported", {
bm <- benchmark_run(
expr_before_benchmark = {},
!!!vec,
branches = "main",
branches = "main",
n = 1
)
schema <- purrr::map_chr(bm, ~ class(.x)[1])
Expand Down

0 comments on commit 415a418

Please sign in to comment.