While i was going through the project files, i took notice that there is literally no use of type annotations in definitions of methods/functions. Therefore, i want to discuss your opinion on refactoring the codebase -> adding type hinting (no changes to existing docstrings, just adding type hints).
What is your opinion on this? If you would approve this i could do it myself.