svc: Set venv path for Pyright
dustin/hudctrl/pipeline/head There was a failure building this commit
Details
dustin/hudctrl/pipeline/head There was a failure building this commit
Details
Need to set the path to the Python venv for Pyright in order to get valid diagnostics in Neovim.
parent
9433d4273d
commit
6843da9fa3
|
@ -61,3 +61,7 @@ warn_return_any = true
|
||||||
module = 'hudctrl.api'
|
module = 'hudctrl.api'
|
||||||
disallow_untyped_defs = false
|
disallow_untyped_defs = false
|
||||||
disallow_incomplete_defs = false
|
disallow_incomplete_defs = false
|
||||||
|
|
||||||
|
[tool.pyright]
|
||||||
|
venvPath = '.'
|
||||||
|
venv = '.venv'
|
||||||
|
|
Loading…
Reference in New Issue