Resolve "Type checking"
This adds type checking, formatting and import sorting to the project. I have also created a pipeline that checks formatting and import sorting, but not type checking. The type checking can be added later when the code is edited to follow the type checking requirements (this will require changes several places in the project - which is why it is not currently included).
I have formatted and sorted imports in services/
, shared/
and tests/
, which is why there are a lot of changes in this MR, but there has been no changes to the contents otherwise.
I also created requirements.txt and requirements-frozen.txt (to make sure we won't get issues related to incompatible versions of libraries) that could be used to store the dependencies that are used in several parts of the project.
Closes #1 (closed)