-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update requirement of mypy Signed-off-by: rokamu623 <[email protected]> * fix: set default return value in message_context velify Signed-off-by: rokamu623 <[email protected]> * fix: annotation of optional in graph_search Signed-off-by: rokamu623 <[email protected]> * fix: annotation of optional in timeseries Signed-off-by: rokamu623 <[email protected]> * fix: convert tuple to list Signed-off-by: rokamu623 <[email protected]> * valify InheritUniqueStamp return False Signed-off-by: rokamu623 <[email protected]> --------- Signed-off-by: rokamu623 <[email protected]>
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ bokeh>=3 | |
graphviz | ||
types-pyyaml | ||
pydantic>=1.9.0 | ||
mypy==0.981 | ||
mypy>1 | ||
multimethod>=1.10 |