Skip to content

CG-10470: Add config CLI commands #582

CG-10470: Add config CLI commands

CG-10470: Add config CLI commands #582

Triggered via pull request February 10, 2025 22:09
Status Failure
Total duration 1m 1s
Artifacts

mypy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.