Skip to content

Commit aaef55b

Browse files
committed
update pre-commit-config
1 parent e110103 commit aaef55b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

+6-6
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.9003
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,16 +42,16 @@ 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
4949
- id: no-print-statement
5050
- id: no-debug-statement
5151
- id: deps-in-desc
52-
# - id: pkgdown
52+
# - 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']
@@ -79,4 +79,4 @@ repos:
7979

8080
ci:
8181
autoupdate_schedule: monthly
82-
# skip: [pkgdown]
82+
# skip: [pkgdown]

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: repometrics
22
Title: Metrics for Your Code Repository
3-
Version: 0.1.1.017
3+
Version: 0.1.1.018
44
Authors@R:
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2172-5265"))

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci-review-tools/repometrics",
99
"issueTracker": "https://github.com/ropensci-review-tools/repometrics/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.1.1.017",
11+
"version": "0.1.1.018",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",

0 commit comments

Comments
 (0)