mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
style: auto-format with ruff
This commit is contained in:
parent
70e3ce1a67
commit
05a7641405
3 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# These version placeholders will be replaced by uv-dynamic-versioning during build.
|
||||
__version__ = "0.20.5.post151.dev0+95b62113"
|
||||
__version__ = "0.20.5.post185.dev0+70e3ce1a"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ def parse_args() -> Namespace:
|
|||
|
||||
def process_and_validate_cmd_args(args: Namespace) -> Namespace:
|
||||
from codeflash.cli_cmds import logging_config
|
||||
from codeflash.cli_cmds.console import apologize_and_exit, logger
|
||||
from codeflash.cli_cmds.console import logger
|
||||
from codeflash.code_utils import env_utils
|
||||
from codeflash.code_utils.code_utils import exit_with_message
|
||||
from codeflash.code_utils.git_utils import (
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
# These version placeholders will be replaced by uv-dynamic-versioning during build.
|
||||
__version__ = "0.20.5.post151.dev0+95b62113"
|
||||
__version__ = "0.20.5.post185.dev0+70e3ce1a"
|
||||
|
|
|
|||
Loading…
Reference in a new issue