Skip to content

Commit fe959b7

Browse files
Update .pre-commit-hooks.yaml
Co-authored-by: Lorenz Walthert <[email protected]>
1 parent ee3d2ab commit fe959b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
- id: parsable-roxygen
5353
name: parsable-roxygen
5454
description: check if roxygen comments in a .R file are parsable
55-
entry: Rscript /inst/hooks/exported/parsable-roxygen.R
55+
entry: Rscript inst/hooks/exported/parsable-roxygen.R
5656
language: r
5757
files: '\.[rR]$'
5858
minimum_pre_commit_version: "2.13.0"

0 commit comments

Comments
 (0)