Closed NiklasBeierl closed 5 months ago
Since we allow installing our python "dev tooling" via poetry install --with=dev, it should probably be as complete as possible. types-requests is needed to successfully run mypy.
poetry install --with=dev
types-requests
mypy
Thank you!
Since we allow installing our python "dev tooling" via
poetry install --with=dev
, it should probably be as complete as possible.types-requests
is needed to successfully runmypy
.