style: auto-format with ruff

This commit is contained in:
github-actions[bot] 2026-04-10 04:09:00 +00:00
parent 70e3ce1a67
commit 05a7641405
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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 (

View file

@ -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"