This patch also removes the setup.cfg and replaces it with the pyproject.toml. This also renames the dev-requirements.txt to requirements-dev.txt To install dev pip install -e ".[dev]"
The Black code formatter sucks with respect to function declarations with a lot of params. Completely unreadable.