Skip to content

Commit 21aefad

Browse files
committed
disable pyright and verifytypes
1 parent 81d2750 commit 21aefad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk/agentserver/azure-ai-agentserver-core/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,6 @@ known-first-party = ["azure.ai.agentserver.core"]
6666
combine-as-imports = true
6767

6868
[tool.azure-sdk-build]
69-
breaking = false # incompatible python version
69+
breaking = false # incompatible python version
70+
pyright = false
71+
verifytypes = false

0 commit comments

Comments
 (0)