status-go/pyrightconfig.json
fbarbu15 08eee8a647
test_: add python linters (#6212)
* test_: add python linters

* test_: add python linters

* test_: add python linters

* test_: add python linters

* test_: enabled pyright typeCheckingMode

* test_: enabled pyright typeCheckingMode
2024-12-16 12:38:24 +02:00

6 lines
174 B
JSON

{
"include": ["tests-functional"],
"venvPath": "./tests-functional", // Ensure the virtual environment (.venv) is located in ./tests-functional
"venv": ".venv"
}