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

@@ -55,6 +55,7 @@ def get_latest_spark_version() -> str:
def download_spark(
*,
spark_version: str,
hadoop_version: str,
scala_version: str,