We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867347e commit 413f5e9Copy full SHA for 413f5e9
src/scyjava/config.py
@@ -52,7 +52,7 @@ def add_repositories(*args, **kwargs) -> None:
52
53
def get_repositories() -> dict[str, str]:
54
"""
55
- Gets the Maven repositories jgo will use for downloading dependencies.
+ Get the Maven repositories jgo will use for downloading dependencies.
56
See the jgo documentation for details.
57
58
global _repositories
@@ -118,7 +118,7 @@ def get_cache_dir() -> Path:
118
return _cache_dir
119
120
121
-def set_m2_repo(repo_dir : Path | str) -> None:
+def set_m2_repo(repo_dir: Path | str) -> None:
122
123
Set the location to use for the local Maven repository cache.
124
0 commit comments