Skip to content

Commit 300d804

Browse files
committed
Include pyrightconfig.json
1 parent fc46ef5 commit 300d804

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyrightconfig.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"include": [
3+
"src",
4+
"tests"
5+
],
6+
7+
"exclude": [
8+
"**/node_modules",
9+
"**/__pycache__",
10+
],
11+
"venv": ".venv",
12+
"pythonVersion": "3.13"
13+
}

0 commit comments

Comments
 (0)