diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-24 08:02:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-24 08:02:00 +0100 |
| commit | 1f15d50aace578a63433a2b60c18ceb73dfa6230 (patch) | |
| tree | 08c1d2c49fbc9354322932e8d5d4bee8140b4bba /pyrightconfig.json | |
| parent | 61853aa0fbcd2573f50e9c092f61cde1ad71492a (diff) | |
| parent | 309147d86f08f69ce1467aa4d25d3d6a56b2bc46 (diff) | |
Merge pull request #783 from not-my-profile/pyrightconfig.json
[enh] add pyrightconfig.json and integrate pyright into CI
Diffstat (limited to 'pyrightconfig.json')
| -rw-r--r-- | pyrightconfig.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 000000000..56573c75f --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,9 @@ +{ + "venvPath": "local", + "venv": "py3", + "include": [ + "searx", + "searxng_extra", + "tests" + ] +} |