Pipeline modularization MVP
- Combine preflight and lint into as few jobs as possible
- logic divider of jobs will be required image
- All business logic has to exist in a module
- Modules should be created for all common resources
- Unit tests written for all methods in modules
- Reduction of all intermediate dependencies where we are able
- Consistent type hinting in pipeline
- add mypy to pipeline's pipeline
Edited by Kenneth Maguire