mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Force using keyword-only arguments where types are the same (#2277)
* Force using keyword-only arguments where types are the same * Fix
This commit is contained in:
@@ -70,6 +70,7 @@ def test_run_hooks_empty_dir(container: TrackedContainer) -> None:
|
||||
|
||||
def run_source_in_dir(
|
||||
container: TrackedContainer,
|
||||
*,
|
||||
subdir: str,
|
||||
command_suffix: str = "",
|
||||
no_failure: bool = True,
|
||||
|
Reference in New Issue
Block a user