Add typing annotations by cdleonard · Pull Request #138 · pycontribs/python-vagrant

added 7 commits

November 12, 2022 16:08
…eam_vagrant_command

Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
Since python2 is no longer supported maybe this could be removed
entirely instead.

Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
Raising an explicit exception instead of concatenating with None makes
type checkers happy.

Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
This is slightly faster and helps type checkers

Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
Signed-off-by: Leonard Crestez <cdleonard@gmail.com>

@konstruktoid

konstruktoid