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 15419d7 commit 04b2894Copy full SHA for 04b2894
tests/testthat/test-conda.R
@@ -192,7 +192,7 @@ if (!on_cran()) {
192
expect_match(version_precommit(), "[0-9]+\\.[0-9]+\\.[0-9]+")
193
} else {
194
uninstall_precommit(scope = "user", ask = "none", root = ".")
195
- version <- "2.10.0"
+ version <- "3.2.0" # TODO make this automaticly the last version
196
reticulate::conda_install("r-precommit", paste0("pre-commit==", version))
197
expect_equal(version_precommit(), version)
198
expect_invisible(update_precommit(), 0)
0 commit comments