2
2
# R specific hooks: https://github.com/lorenzwalthert/precommit
3
3
repos :
4
4
- repo : https://github.com/lorenzwalthert/precommit
5
- rev : v0.3.2.9025
6
- hooks :
5
+ rev : v0.4.3
6
+ hooks :
7
7
- id : style-files
8
- args : [--style_pkg=spaceout, --style_fun=spaceout_style]
8
+ args : [--style_pkg=spaceout, --style_fun=spaceout_style]
9
9
additional_dependencies :
10
10
- ropensci-review-tools/spaceout
11
- # - id: roxygenize
11
+ # - id: roxygenize
12
12
# codemeta must be above use-tidy-description when both are used
13
- - id : codemeta-description-updated
13
+ # - id: codemeta-description-updated
14
14
- id : use-tidy-description
15
15
- id : spell-check
16
16
exclude : >
@@ -42,14 +42,16 @@ repos:
42
42
\.github/workflows/.*|
43
43
data/.*|
44
44
)$
45
- # - id: lintr
45
+ # - id: lintr
46
46
- id : readme-rmd-rendered
47
47
- id : parsable-R
48
48
- id : no-browser-statement
49
+ - id : no-print-statement
49
50
- id : no-debug-statement
50
51
- id : deps-in-desc
52
+ # - id: pkgdown
51
53
- repo : https://github.com/pre-commit/pre-commit-hooks
52
- rev : v4.5 .0
54
+ rev : v4.6 .0
53
55
hooks :
54
56
- id : check-added-large-files
55
57
args : ['--maxkb=200']
60
62
- repo : https://github.com/pre-commit-ci/pre-commit-ci-config
61
63
rev : v1.6.1
62
64
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
64
66
- id : check-pre-commit-ci-config
65
67
- repo : local
66
68
hooks :
@@ -71,9 +73,10 @@ repos:
71
73
files : ' \.(Rhistory|RData|Rds|rds)$'
72
74
# `exclude: <regex>` to allow committing specific files
73
75
- id : description version
74
- name : Version has been incremented in DESCRIPTION
76
+ name : Version has been incremeneted in DESCRIPTION
75
77
entry : .hooks/description
76
78
language : script
77
79
78
80
ci :
79
81
autoupdate_schedule : monthly
82
+ # skip: [pkgdown]
0 commit comments