There are a few functions, e.g. vunit.ui.set_compile_option that have type annotations indicating that they expect a str for value, when actually they expect a list of str. This throws up errors on my python linter when using VUnit in python scripts.
I'm planning to raise a PR to hopefully resolve this.
There are a few functions, e.g.
vunit.ui.set_compile_optionthat have type annotations indicating that they expect astrforvalue, when actually they expect a list ofstr. This throws up errors on my python linter when using VUnit in python scripts.I'm planning to raise a PR to hopefully resolve this.