Skip to content

Commit 022d59b

Browse files
committed
typo
1 parent 3766ab4 commit 022d59b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

codeflash/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Thanks for being curious about how codeflash works! If you might want to work with us on finally making performance a
22
solved problem, please reach out to us at [email protected]. We're hiring!
33
"""
4+
45
from pathlib import Path
56

67
from codeflash.cli_cmds.cli import parse_args, process_pyproject_config

codeflash/optimization/optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def create_function_optimizer(
8080
)
8181

8282
def run(self) -> None:
83-
if self.args.formatter_cmds[0].startswith("black") or self.args.formatter_cmds[0].startswith("uv"):
83+
if self.args.formatter_cmds[0].startswith("black") or self.args.formatter_cmds[0].startswith("ruff"):
8484
formatter = self.args.formatter_cmds[0].split(" ")[0]
8585
try:
8686
execute_test_subprocess([formatter])

0 commit comments

Comments
 (0)