Skip to content

Commit 45ba768

Browse files
Ignore pyright errors in sync/async only test files
1 parent 9727cbf commit 45ba768

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ include = [
3333
exclude = [
3434
"**/*_pb2.py",
3535
"**/*_pb2_grpc.py",
36-
"test/test_concrete.py"
36+
"test/test_concrete.py",
37+
"test/test_sync_only.py",
38+
"test/test_async_only.py",
3739
]
3840

3941
executionEnvironments = [

0 commit comments

Comments
 (0)