Compare commits

...

1 Commits

Author SHA1 Message Date
Raunak Bhagat
8aa2641ffb Edit pyright venv finding configuration values 2025-04-07 12:43:03 -07:00

View File

@@ -16,8 +16,8 @@ disable_error_code = ["var-annotated"]
[tool.ruff]
ignore = []
line-length = 130
select = [
"E",
"F",
"W",
]
select = ["E", "F", "W"]
[tool.pyright]
venvPath = "../.."
venv = ".venv"