소스 검색

uv lock (#5176)

* uv lock

* pre-commit
Khaleel Al-Adhami 1 개월 전
부모
커밋
fae7b3c332
2개의 변경된 파일446개의 추가작업 그리고 446개의 파일을 삭제
  1. 1 1
      reflex/reflex.py
  2. 445 445
      uv.lock

+ 1 - 1
reflex/reflex.py

@@ -705,7 +705,7 @@ def _convert_reflex_loglevel_to_reflex_cli_loglevel(
 cli.add_typer(db_cli, name="db", help="Subcommands for managing the database schema.")
 cli.add_typer(script_cli, name="script", help="Subcommands running helper scripts.")
 cli.add_typer(
-    hosting_cli,
+    hosting_cli,  # pyright: ignore [reportArgumentType]
     name="cloud",
     help="Subcommands for managing the reflex cloud.",
 )

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 445 - 445
uv.lock


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.