aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyrightconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pyrightconfig.json')
-rw-r--r--pyrightconfig.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
new file mode 100644
index 0000000..7b59b39
--- /dev/null
+++ b/pyrightconfig.json
@@ -0,0 +1,11 @@
+{
+ "typeCheckingMode": "standard",
+ "include": ["**/*.py"],
+ "exclude": [
+ "**/.git/**",
+ "**/.venv/**",
+ "**/node_modules/**",
+ "dot_config/ipython/profile_default/ipython_config.py"
+ ],
+ "reportMissingTypeStubs": false
+}