Skip to content

Commit 0766a70

Browse files
committed
update precomit-config [ci skip]
1 parent fa8e363 commit 0766a70

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+3-3
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.2
5+
rev: v0.4.3.9001
66
hooks:
77
- id: style-files
88
args: [--style_pkg=spaceout, --style_fun=spaceout_style]
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: allcontributors
22
Title: Acknowledge all Contributors to a Project
3-
Version: 0.2.2.001
3+
Version: 0.2.2.002
44
Authors@R: c(
55
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
66
person("Chris", "Hartgerink", role = "aut"),

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/ropensci/allcontributors",
88
"issueTracker": "https://github.com/ropensci/allcontributors/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.2.2.001",
10+
"version": "0.2.2.002",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

0 commit comments

Comments
 (0)