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 1def2b4 commit 7ba496dCopy full SHA for 7ba496d
codeflash/optimization/optimizer.py
@@ -76,17 +76,6 @@ def create_function_optimizer(
76
)
77
78
def run(self) -> None:
79
-<<<<<<< Updated upstream
80
- if self.args.formatter_cmds[0].startswith("black") or self.args.formatter_cmds[0].startswith("ruff"):
81
- formatter = self.args.formatter_cmds[0].split(" ")[0]
82
- try:
83
- execute_test_subprocess([formatter])
84
- except (FileNotFoundError, NotADirectoryError):
85
- click.echo(f"⚠️ Formatter not found: {formatter}, please ensure it is installed. Exiting...")
86
- sys.exit(1)
87
-
88
-=======
89
->>>>>>> Stashed changes
90
ph("cli-optimize-run-start")
91
logger.info("Running optimizer.")
92
console.rule()
0 commit comments