Code quality
To enhance readability of code and increase code standards we use the following
- pep8 - https://peps.python.org/pep-0008/ ⧉
- flake8 - https://flake8.pycqa.org/en/latest/ ⧉
- isort - https://pycqa.github.io/isort/ ⧉
- black - https://black.readthedocs.io/en/stable/ ⧉
- mypy - https://mypy-lang.org/ ⧉