Closed abravalheri closed 3 years ago
Now that configupdater is marked as typed, mypy is a bit more pedantic. This PR tries to solve the type errors.
configupdater
I also took the opportunity to add the typecheck task to tox.ini and sync .cirrus.yml with the one in the PyScaffold repository.
typecheck
tox.ini
.cirrus.yml
Thanks @abravalheri!
Now that
configupdater
is marked as typed, mypy is a bit more pedantic. This PR tries to solve the type errors.I also took the opportunity to add the
typecheck
task totox.ini
and sync.cirrus.yml
with the one in the PyScaffold repository.