Skip to content

Commit 44db1be

Browse files
committed
include tests with pyright cli
1 parent e42402e commit 44db1be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyrightconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"include": [
3-
"pyformlang"
3+
"pyformlang",
44
],
55

66
"exclude": [
77
"**/node_modules",
88
"**/__pycache__",
99
"**/.*",
10-
"**/tests"
1110
],
1211

1312
"pythonVersion": "3.8",

0 commit comments

Comments
 (0)