Is PyRight supported in pants? I see some code, bu...
# general
p
Is PyRight supported in pants? I see some code, but when I try to enable the pyright plugin and check I get this error:
Copy code
ModuleNotFoundError: No module named 'pants.backend.python.typecheck.pyright.register'
1
n
I believe it's experimental. So try adding "experimental" between backend and python.
p
That worked, thanks!