summaryrefslogtreecommitdiffstatshomepage
path: root/pyrightconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'pyrightconfig.json')
-rw-r--r--pyrightconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
index 7b59b39..54edcb6 100644
--- a/pyrightconfig.json
+++ b/pyrightconfig.json
@@ -2,6 +2,7 @@
"typeCheckingMode": "standard",
"include": ["**/*.py"],
"exclude": [
+ "tmp/**",
"**/.git/**",
"**/.venv/**",
"**/node_modules/**",