Closed jankrepl closed 3 years ago
Closes #78 and closes #54 and closes #82
# type : ignore
mypy
lint run-test: commands[4] | mypy setup.py src/atldld tests docs src/atldld/sync.py:322: error: Incompatible types in assignment (expression has type "List[Dict[str, Any]]", target has type "Dict[str, Any]") [assignment]
@jankrepl @Stannislav Should we merge this PR ?
Sounds good to me.
We should also write a test for the CLI.
Closes #78 and closes #54 and closes #82
mypy
# type : ignore
in b6c5718.Check https://github.com/python/mypy/issues/9656 for more info.
mypy
, I am not sure how I have to handle it. So I am ignoring it, do not hesitate to tell if you have an idea how to solve this.