Minor changes to the XML functionality (running silent, changing filename, allow indentation etc)
Formatting the code. I ran black and isort to format, added type hints s.t. mypy --strict passes and addressed most of the remarks raised by flake8 (although not all)
This does twofold (my bad):
black
andisort
to format, added type hints s.t.mypy --strict
passes and addressed most of the remarks raised byflake8
(although not all)[WIP as I am currently tweaking]