Fix Mypy issues ASAP #6115
Labels
bug
buggy, it does not work as expected
High Priority
a totally crucial bug/feature to be fixed asap
t:maintenance
Some planned maintenance work
Milestone
Is there an existing issue for this?
Planned changes
Fixing the mypy issues all over the repo is of the highest importance, as a few important bugs are found (such as misuse of libraries and some other wrongly typed calls).
Therefore an action must be taken on the backend side ASAP.
All the libraries where
continue-on-error: true
is found in .github/workflows/ci-testing-deploy.yml must be tackled.Tasks
procedure
setup.cfg
:or
if using also sqlalchemy in the service/package
3. add needed
types-aiofiles
or others in the _test.in requirements (as suggested by mypy)cd requirements make touch reqs upgrade=types
continue-on-error: true
in https://github.com/ITISFoundation/osparc-simcore/blob/fb5b8b5ce9ccc5131adbb75cab4e0311d7aefde7/.github/workflows/ci-testing-deploy.ymlThe text was updated successfully, but these errors were encountered: