Skip to content

Commit 0b53d94

Browse files
committed
update pre-commit-config
1 parent 9cf8d9d commit 0b53d94

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.2
5+
rev: v0.4.3.9009
66
hooks:
77
- id: style-files
88
args: [--style_pkg=spaceout, --style_fun=spaceout_style]
99
additional_dependencies:
1010
- ropensci-review-tools/spaceout
11-
# - id: roxygenize
11+
# - id: roxygenize
1212
# codemeta must be above use-tidy-description when both are used
1313
# - id: codemeta-description-updated
1414
- id: use-tidy-description
@@ -42,7 +42,7 @@ repos:
4242
\.github/workflows/.*|
4343
data/.*|
4444
)$
45-
# - id: lintr
45+
# - id: lintr
4646
- id: readme-rmd-rendered
4747
- id: parsable-R
4848
- id: no-browser-statement
@@ -51,7 +51,7 @@ repos:
5151
- id: deps-in-desc
5252
# - id: pkgdown
5353
- repo: https://github.com/pre-commit/pre-commit-hooks
54-
rev: v4.6.0
54+
rev: v5.0.0
5555
hooks:
5656
- id: check-added-large-files
5757
args: ['--maxkb=200']

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: srr
22
Title: 'rOpenSci' Review Roclets
3-
Version: 0.1.4.004
3+
Version: 0.1.4.005
44
Authors@R:
55
person("Mark", "Padgham", , "mark@ropensci.org", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/srr",
99
"issueTracker": "https://github.com/ropensci-review-tools/srr/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "0.1.4.004",
11+
"version": "0.1.4.005",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)