Re: [pve-devel] [PATCH v1 pve-esxi-import-tools 0/5] Improve listvms.py

2024-03-20 Thread Max Carrara
On Wed Mar 20, 2024 at 10:42 AM CET, Lukas Wagner wrote: > On 2024-03-19 16:32, Max Carrara wrote: > > This series adds a bunch of improvements for listvms.py, most notably > > better typing (and thus better linting support) as well as parsing > > arguments via the Python STL's `argparse` [0]. For

Re: [pve-devel] [PATCH v1 pve-esxi-import-tools 0/5] Improve listvms.py

2024-03-20 Thread Lukas Wagner
On 2024-03-19 16:32, Max Carrara wrote: > This series adds a bunch of improvements for listvms.py, most notably > better typing (and thus better linting support) as well as parsing > arguments via the Python STL's `argparse` [0]. For more information, > please see the individual patches. > > All

[pve-devel] [PATCH v1 pve-esxi-import-tools 0/5] Improve listvms.py

2024-03-19 Thread Max Carrara
This series adds a bunch of improvements for listvms.py, most notably better typing (and thus better linting support) as well as parsing arguments via the Python STL's `argparse` [0]. For more information, please see the individual patches. All patches were additionally tested in order to ensure t