virtnbdbackup
virtnbdbackup copied to clipboard
Finish Type annotations
Add python type annotations where possible, goal should be to have a clean mypy run. Some modules seem to lack type stubs, such as libvirt and lz4, but most parts should be straight forward (only the the runtime try/catch fun with the functions using lxml would need quite some redesign [Found 151 errors in 5 files]). See linked branch for progress..