DataDog / riot

A Python virtual env builder and command runner
https://ddriot.readthedocs.io/
Apache License 2.0
23 stars 15 forks source link

chore(mypy): Fix mypy errors with dataclasses #181

Closed avara1986 closed 2 years ago

avara1986 commented 2 years ago

mypy doesn't use to work fine with dataclasses package

Remove this errors:

riot run mypy   
riot/riot.py:238: error: "Venv" has no attribute "env"
riot/riot.py:244: error: "Venv" has no attribute "pys"
riot/riot.py:247: error: "Venv" has no attribute "pkgs"