Skip to content

Commit 6eb58fd

Browse files
committed
update precommit-config
1 parent 5f72d3a commit 6eb58fd

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.pre-commit-config.yaml

+9-6
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.9021
6-
hooks:
5+
rev: v0.4.1
6+
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
13-
- id: codemeta-description-updated
13+
# - id: codemeta-description-updated
1414
- id: use-tidy-description
1515
- id: spell-check
1616
exclude: >
@@ -46,10 +46,12 @@ repos:
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.4.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:
@@ -77,3 +79,4 @@ repos:
7779

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

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: osmdata
22
Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects
3-
Version: 0.2.5.007
3+
Version: 0.2.5.008
44
Authors@R: c(
55
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
66
person("Bob", "Rudis", role = "aut"),

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"codeRepository": "https://github.com/ropensci/osmdata/",
1212
"issueTracker": "https://github.com/ropensci/osmdata/issues",
1313
"license": "https://spdx.org/licenses/GPL-3.0",
14-
"version": "0.2.5.007",
14+
"version": "0.2.5.008",
1515
"programmingLanguage": {
1616
"@type": "ComputerLanguage",
1717
"name": "R",

0 commit comments

Comments
 (0)