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:
Ayaz Salikhov
2025-04-03 21:27:24 +01:00
committed by GitHub
parent fcff9a93bb
commit 1473c9bbda
8 changed files with 29 additions and 19 deletions

View File

@@ -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,