Skip to content

Commit b28cd15

Browse files
committed
update pre-commit-config
1 parent aaaf7f7 commit b28cd15

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

.pre-commit-config.yaml

+12-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.3.2.9025
6-
hooks:
5+
rev: v0.4.3
6+
hooks:
77
- id: style-files
8-
args: [--style_pkg=spaceout, --style_fun=spaceout_style]
8+
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
13-
- id: codemeta-description-updated
13+
# - id: codemeta-description-updated
1414
- id: use-tidy-description
1515
- id: spell-check
1616
exclude: >
@@ -42,14 +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
49+
- id: no-print-statement
4950
- id: no-debug-statement
5051
- id: deps-in-desc
52+
# - id: pkgdown
5153
- repo: https://github.com/pre-commit/pre-commit-hooks
52-
rev: v4.5.0
54+
rev: v4.6.0
5355
hooks:
5456
- id: check-added-large-files
5557
args: ['--maxkb=200']
@@ -60,7 +62,7 @@ repos:
6062
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
6163
rev: v1.6.1
6264
hooks:
63-
# Only reuiqred when https://pre-commit.ci is used for config validation
65+
# Only required when https://pre-commit.ci is used for config validation
6466
- id: check-pre-commit-ci-config
6567
- repo: local
6668
hooks:
@@ -71,9 +73,10 @@ repos:
7173
files: '\.(Rhistory|RData|Rds|rds)$'
7274
# `exclude: <regex>` to allow committing specific files
7375
- id: description version
74-
name: Version has been incremented in DESCRIPTION
76+
name: Version has been incremeneted in DESCRIPTION
7577
entry: .hooks/description
7678
language: script
7779

7880
ci:
7981
autoupdate_schedule: monthly
82+
# skip: [pkgdown]

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: deposits
22
Title: A universal client for depositing and accessing research data
33
anywhere
4-
Version: 0.2.1.057
4+
Version: 0.2.1.058
55
Authors@R:
66
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-2172-5265"))

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/ropenscilabs/deposits",
88
"issueTracker": "https://github.com/ropenscilabs/deposits/issues",
99
"license": "https://spdx.org/licenses/MIT",
10-
"version": "0.2.1.057",
10+
"version": "0.2.1.058",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

0 commit comments

Comments
 (0)