mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-01 12:49:11 -05:00
speed up R unit tests
This commit is contained in:
@@ -64,7 +64,7 @@ def _entry_validate(entry: list[str]) -> None:
|
||||
raise ValueError('You can supply at most one expression.')
|
||||
elif len(entry) > 2:
|
||||
raise ValueError(
|
||||
'The only valid syntax is `Rscript -e {expr}`',
|
||||
'The only valid syntax is `Rscript -e {expr}`'
|
||||
'or `Rscript path/to/hook/script`',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user