it's very common for python projects to be run on multiple platforms (especially if you're developing a library). python-platform should support specifying an array of values eg:
python-platform = ["linux", "win32"]
and maybe an "all" option as well, which both ty and pyright support
it's very common for python projects to be run on multiple platforms (especially if you're developing a library).
python-platformshould support specifying an array of values eg:and maybe an
"all"option as well, which both ty and pyright support