feat: delete dead code (remove old deps) #2870
Annotations
7 errors
|
mypy
Process completed with exit code 1.
|
|
mypy:
src/codegen/cli/commands/profile/main.py#L25
error: "RepositoryConfig" has no attribute "repo_name" [attr-defined]
|
|
mypy:
src/codegen/cli/commands/init/main.py#L21
error: Argument 1 to "get_git_root_path" has incompatible type "str | None"; expected "Path | None" [arg-type]
|
|
mypy:
src/codegen/cli/commands/init/main.py#L20
error: Incompatible types in assignment (expression has type "Path", variable has type "str | None") [assignment]
|
|
mypy:
src/codegen/cli/auth/session.py#L93
error: "RepositoryConfig" has no attribute "repo_name" [attr-defined]
|
|
mypy:
src/codegen/cli/auth/session.py#L86
error: Argument 1 to "get_repo" of "Github" has incompatible type "str | None"; expected "int | str" [arg-type]
|
|
mypy:
src/codegen/cli/api/client.py#L4
error: Library stubs not installed for "requests" [import-untyped]
|