Skip to content

Commit 4dad8ac

Browse files
fix pre-commit
1 parent c4bc8e6 commit 4dad8ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ repos:
5252
exclude: >
5353
(?x)^(
5454
tests/testthat/public-api/xyzaddin/addin_region-.*|
55-
tests/testmanual/addins/r-invalid\.R|
55+
tests/testmanual/addins/.*invalid.*|
56+
tests/testthat/rmd/no-tidy-out\.Rmd|
5657
tests/testthat/escaping/basic-escape-out\.R|
5758
tests/testthat/indention_operators/.*pipe.*|
5859
tests/testthat/line_breaks_and_other/.*pipe.*|

0 commit comments

Comments
 (0)