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
To Reproduce
From GitHub actions run:
mypy -p basin3d --python-version 3.9
basin3d/core/synthesis.py:106: error: Missing named argument "data" for "SynthesisResponse" [call-arg]
basin3d/core/synthesis.py:106: error: Missing named argument "messages" for "SynthesisResponse" [call-arg]
basin3d/core/synthesis.py:269: error: Missing named argument "messages" for "SynthesisResponse" [call-arg]
basin3d/core/synthesis.py:280: error: Missing named argument "data" for "SynthesisResponse" [call-arg]
basin3d/core/synthesis.py:280: error: Argument "messages" to "SynthesisResponse" has incompatible type "list[Optional[SynthesisMessage]]"; expected "list[SynthesisMessage]" [arg-type]
Expected behavior
These errors should be corrected or the check disabled in this special case.
GitHub Actions
Python 3.8, 3.9 (probably 3.10)
The text was updated successfully, but these errors were encountered:
Describe the bug
mypy has errors in newer version
To Reproduce
From GitHub actions run:
mypy -p basin3d --python-version 3.9
Expected behavior
These errors should be corrected or the check disabled in this special case.
GitHub Actions
The text was updated successfully, but these errors were encountered: