You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jochenchrist sure, would love to work on this but can't guarantee a quick work done. We probably ought to exclude some of the mypy checks... will see and discuss in PR!
Is there any type hinting style in
datacontract-cli
?What do you think about usage of type hinting libraries/checkers in the CI of this repo?
mypy
?Data contract specification module is a good example. Some Pydantic models are type hinted without using
typing.Optional
datacontract-cli/datacontract/model/data_contract_specification.py
Lines 87 to 100 in ee32b10
and some with:
datacontract-cli/datacontract/model/data_contract_specification.py
Lines 124 to 128 in ee32b10
The text was updated successfully, but these errors were encountered: