summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0000000..ed66f75
--- /dev/null
+++ b/pyrightconfig.json
@@ -0,0 +1,9 @@
+{
+ "include": [
+ ".config/nvim/rplugin/python3"
+ ],
+ "exclude": [
+ "**/__pycache__"
+ ],
+ "stubPath": "typings"
+}