summaryrefslogtreecommitdiff
path: root/pyrightconfig.json
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-24 08:02:00 +0100
committerGitHub <noreply@github.com>2022-01-24 08:02:00 +0100
commit1f15d50aace578a63433a2b60c18ceb73dfa6230 (patch)
tree08c1d2c49fbc9354322932e8d5d4bee8140b4bba /pyrightconfig.json
parent61853aa0fbcd2573f50e9c092f61cde1ad71492a (diff)
parent309147d86f08f69ce1467aa4d25d3d6a56b2bc46 (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.json9
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"
+ ]
+}