Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Suppress verifytypes after talking to Krista
  • Loading branch information
dargilco committed May 13, 2025
commit 098f2cb919e379ccd2e49d30106cea69cde13f6a
3 changes: 3 additions & 0 deletions sdk/ai/azure-ai-projects/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ warn_unused_configs = true
ignore_missing_imports = true
follow_imports_for_stubs = false

[tool.azure-sdk-build]
verifytypes = false

[tool.isort]
profile = "black"
line_length = 120
Expand Down
10 changes: 1 addition & 9 deletions sdk/ai/azure-ai-projects/pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
{
"reportTypeCommentUsage": true,
"reportMissingImports": false,
"pythonVersion": "3.9",
"pythonVersion": "3.11",
"exclude": [
"./azure/ai/projects/_client.py",
"./azure/ai/projects/operations/_operations.py",
"./azure/ai/agents/aio/_client.py",
"./azure/ai/agents/aio/operations/_operations.py",
"./azure/ai/projects/servicepatterns/operations/_operations.py",
"./azure/ai/projects/servicepatterns/buildingblocks/operations/_operations.py",
"./azure/ai/projects/servicepatterns/aio/operations/_operations.py",
"./azure/ai/projects/servicepatterns/buildingblocks/aio/operations/_operations.py"
],
"extraPaths": [
"./../../core/azure-core",
Expand Down
Loading