File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11"""Thanks for being curious about how codeflash works! If you might want to work with us on finally making performance a
22solved problem, please reach out to us at [email protected] . We're hiring! 33"""
4+
45from pathlib import Path
56
67from codeflash .cli_cmds .cli import parse_args , process_pyproject_config
Original file line number Diff line number Diff 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 ])
You can’t perform that action at this time.
0 commit comments