Hi guys. Has anybody been able to make a pyright p...
# general
i
Hi guys. Has anybody been able to make a pyright plugin for pants? We are running into an annoying mypy error called
Duplicate module named {xxxx}
and it looks like there isn't much of a workaround for it
b
Id love to see it. The challenge would be ensuring nom is installed/bootstrapped as it is required to run. You might wanna check that pyright doesn't issue the same error though
w
Pyright uses node, right? Or was that pylance
https://www.npmjs.com/package/pyright You know..... if we had targetless formatters, we could probably use the existing
npx
command to run it.....
b
PyLance is the closed-source Microsoft VSCode extension which extends Pyright, the open source type checker and LSP implementor
Targetless formatters
Coming soon in 2.15 :)
💥 1
i
Sweeet