CG-10470: Add config CLI commands
#582
Annotations
4 errors
|
mypy:
tests/integration/codegen/cli/commands/test_reset.py#L358
error: Argument 2 to "setup_repo_state" has incompatible type "dict[str, str | None]"; expected "dict[str, str]" [arg-type]
|
|
mypy:
tests/integration/codegen/cli/commands/test_reset.py#L366
error: Argument 2 to "setup_repo_state" has incompatible type "dict[str, str | None]"; expected "dict[str, str]" [arg-type]
|
|
mypy:
src/codegen/shared/configs/models.py#L51
error: Extra key "exclude_defaults" for TypedDict "SettingsConfigDict" [typeddict-unknown-key]
|
|
mypy
Process completed with exit code 1.
|