From 3006bfe557272119abb1cc5578fa6178e2f7b7c0 Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Fri, 26 Apr 2024 14:43:11 +0200 Subject: [PATCH] lint code --- seal5/flow.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/seal5/flow.py b/seal5/flow.py index 377ac14c..fbfda4ba 100644 --- a/seal5/flow.py +++ b/seal5/flow.py @@ -163,7 +163,7 @@ def create_passes(self): ("detect_side_effects", passes.detect_side_effects, {}), ("detect_inouts", passes.detect_inouts, {}), ("detect_registers", passes.detect_registers, {}), - ("write_cdsl_full", passes.write_cdsl, {"split": False, "compat": False}) + ("write_cdsl_full", passes.write_cdsl, {"split": False, "compat": False}), # TODO: determine static constraints (xlen,...) -> subtargetvmap # detect memory adressing modes # self.detect_adressing_modes(verbose) # TODO @@ -235,7 +235,12 @@ def initialize( else: if force: self.repo, sha, version_info = llvm.clone_llvm_repo( - self.directory, clone_url, ref=clone_ref, refresh=True, label=self.name, git_settings=self.settings.git + self.directory, + clone_url, + ref=clone_ref, + refresh=True, + label=self.name, + git_settings=self.settings.git, ) if self.settings.meta_dir.is_dir(): if force is False and not utils.ask_user(