allow CI to fail if ruff or black is unhappy, and format source to make it pass
All threads resolved!
All threads resolved!
Compare changes
- Hans Fangohr authored
- didn't pay attention to content - didn't intend to change content or behaviour - didn't execute tests
+ 85
− 41
@@ -12,11 +12,15 @@ Build toolchains using Spack.\n
@@ -43,10 +47,11 @@ class os_chdir:
@@ -55,16 +60,18 @@ def setup_log_cmd(
@@ -101,17 +108,19 @@ def setup_log_cmd(
@@ -119,6 +128,7 @@ def create_dir_structure(mpsd_release: str, script_dir: Path) -> None:
@@ -135,12 +145,14 @@ def create_dir_structure(mpsd_release: str, script_dir: Path) -> None:
@@ -157,10 +169,12 @@ def get_release_info(mpsd_release: str, script_dir: Path) -> Tuple[str, str, Lis
@@ -189,16 +203,20 @@ def get_release_info(mpsd_release: str, script_dir: Path) -> Tuple[str, str, Lis
@@ -217,24 +235,34 @@ def install_environment(
@@ -254,9 +282,11 @@ def install_environment(
@@ -274,7 +304,8 @@ def install_environment(
@@ -291,10 +322,14 @@ def install_environment(
@@ -353,17 +388,26 @@ def main():