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 a1e9482 commit b4edf11Copy full SHA for b4edf11
src/scyjava/config.py
@@ -50,7 +50,7 @@ def add_repositories(*args, **kwargs) -> None:
50
51
def get_repositories() -> dict[str, str]:
52
"""
53
- Gets the Maven repositories jgo will use for downloading dependencies.
+ Get the Maven repositories jgo will use for downloading dependencies.
54
See the jgo documentation for details.
55
56
global _repositories
@@ -116,7 +116,7 @@ def get_cache_dir() -> Path:
116
return _cache_dir
117
118
119
-def set_m2_repo(repo_dir : Path | str) -> None:
+def set_m2_repo(repo_dir: Path | str) -> None:
120
121
Set the location to use for the local Maven repository cache.
122
0 commit comments