diff options
| author | Baitinq <[email protected]> | 2025-10-19 18:16:45 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-10-19 18:17:00 +0200 |
| commit | 2733e5856998101fb5d96a9f4e0eabf5403cf3d0 (patch) | |
| tree | b19540a27db05c9dd06add87038aae797cb16c4c /pyrightconfig.json | |
| parent | Initial commit (diff) | |
| download | agent-2733e5856998101fb5d96a9f4e0eabf5403cf3d0.tar.gz agent-2733e5856998101fb5d96a9f4e0eabf5403cf3d0.tar.bz2 agent-2733e5856998101fb5d96a9f4e0eabf5403cf3d0.zip | |
dummy example
Diffstat (limited to 'pyrightconfig.json')
| -rw-r--r-- | pyrightconfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..5f205a5 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json", + "venvPath": ".", + "venv": ".venv", + "pythonVersion": "3.13", + "typeCheckingMode": "basic", + "reportMissingTypeStubs": false, + "include": ["**/*.py"], + "executionEnvironments": [ + { "root": "." } + ] +} |