Mypy is getting better and better, and the last update found new issues:
>>> Checking type annotations nxdrive/utils.py:1088: error: Incompatible types in assignment (expression has type "str", variable has type "Tuple[str]") nxdrive/utils.py:1092: error: Incompatible types in assignment (expression has type "str", variable has type "Tuple[str]") nxdrive/utils.py:1094: error: Incompatible types in assignment (expression has type "str", variable has type "Tuple[str]") nxdrive/engine/engine.py:601: error: Argument 2 to "ServerBindingSettings" has incompatible type "bool"; expected "str" Found 4 errors in 2 files (checked 65 source files)
- is cloned by
-
NXDRIVE-1945 Fix mypy issues following the update to mypy 0.740
- Resolved