Skip to content

Commit 356371d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bcb46e1 commit 356371d

File tree

1 file changed

+4
-1
lines changed
  • repo2docker/buildpacks

1 file changed

+4
-1
lines changed

repo2docker/buildpacks/r.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,10 @@ def get_assemble_scripts(self):
420420
description_R = "DESCRIPTION"
421421
if not self.binder_dir and os.path.exists(description_R):
422422
assemble_scripts += [
423-
("${NB_USER}", 'R --vanilla --quiet -e "devtools::install_local(getwd())"')
423+
(
424+
"${NB_USER}",
425+
'R --vanilla --quiet -e "devtools::install_local(getwd())"',
426+
)
424427
]
425428

426429
return assemble_scripts

0 commit comments

Comments
 (0)