Format cargo update script with black

This commit is contained in:
2021-11-29 00:32:46 +01:00
parent 4e83aba672
commit f02a0fc17a

View File

@@ -21,7 +21,7 @@ else:
subprocess.run(
["git", "clone", "--depth=1", "https://github.com/rust-lang/crates.io-index"],
check=True,
capture_output=False, # to get some git output
capture_output=False, # to get some git output
)
with open("../Cargo.toml", "r") as cargo_config: