[error] invalid-argument-type -
:73:73 -
Invalid argument to key "dc_id" with declared type `str` on TypedDict `L1Headers`: value of type `Literal[123]`
[error] invalid-argument-type -
:73:90 -
Invalid argument to key "block_id" with declared type `str` on TypedDict `L1Headers`: value of type `Literal[124]`
[error] invalid-type-form -
:85:51 -
Variable of type `Literal["_SettableStatusName | _ReadOnlyStatusName"]` is not allowed in a type expression
ops/pebble.py
[error] invalid-argument-type -
:2110:23 -
Invalid argument to key "access" with declared type `Literal["untrusted", "metrics", "read", "admin"]` on TypedDict `IdentityDict`: value of type `str`
[error] invalid-assignment -
:392:48 -
Invalid assignment to key "anchor_date" with declared type `str` on TypedDict `IntervalScheduleOptions`: value of type `datetime`