Reza Hosseinzadeh@programming.devOPtoNeovim@programming.dev•PyRight shows error in django
1·
1 year agoThank you for your complete explanation! Now I have a question. I know that this note that coc-pyright
shows does not hurt code’s running. But the note hurts me when I am coding. Do you know how to remove pyright’s type hint?
I found it. I should set
pyright.disableDiagnostics
totrue
inCocConfig
.