Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions sdk/ai/azure-ai-agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ extend_skip_glob = [
[tool.azure-sdk-build]
whl_no_aio= false

[tool.azure-sdk-conda]
in_bundle = false
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
black = true
black = true

[tool.azure-sdk-conda]
in_bundle = false
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
black = true
black = true

[tool.azure-sdk-conda]
in_bundle = false
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[tool.azure-sdk-build]
pyright = false
verifytypes = false
verifytypes = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-communication"
4 changes: 4 additions & 0 deletions sdk/communication/azure-communication-chat/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-communication"
4 changes: 4 additions & 0 deletions sdk/communication/azure-communication-email/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-communication"
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ pyright = false

[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-communication"
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[tool.azure-sdk-build]
pyright = false
sphinx = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-communication"
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-communication"
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.azure-sdk-build]
pyright = false
pyright = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-communication"
4 changes: 4 additions & 0 deletions sdk/communication/azure-communication-rooms/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-communication"
4 changes: 4 additions & 0 deletions sdk/communication/azure-communication-sms/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-communication"
5 changes: 4 additions & 1 deletion sdk/containerregistry/azure-containerregistry/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
black = true
black = true

[tool.azure-sdk-conda]
in_bundle = false
2 changes: 2 additions & 0 deletions sdk/contentsafety/azure-ai-contentsafety/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.azure-sdk-conda]
in_bundle = false
5 changes: 4 additions & 1 deletion sdk/core/azure-common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ pyright = false
mypy = false
pylint = false
regression = false
black = false
black = false

[tool.azure-sdk-conda]
in_bundle = false
4 changes: 4 additions & 0 deletions sdk/core/azure-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ name = "no_aiohttp"
install = []
uninstall = ["aiohttp"]
additional_pytest_args = ["-k", "_async.py"]

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-core"
4 changes: 4 additions & 0 deletions sdk/core/azure-mgmt-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ verifytypes = true
pyright = false
breaking = false
black = true

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-core"
5 changes: 4 additions & 1 deletion sdk/core/azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ mypy = false
pylint = false
regression = false
sphinx = false
black = false
black = false

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/cosmos/azure-cosmos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
mypy = true
pyright = false
pylint = true

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/devcenter/azure-developer-devcenter/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pylint = false
pyright = false

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/deviceupdate/azure-iot-deviceupdate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
ci_enabled = false

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/digitaltwins/azure-digitaltwins-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = false
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/evaluation/azure-ai-evaluation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ extend_skip_glob = [
"*/doc/*",
"*/.tox/*",
]

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/eventgrid/azure-eventgrid/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = false
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ latestdependency = false
mindependency = false
whl_no_aio = false
black = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-eventhub"
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,8 @@ pyright = false
type_check_samples = true
verifytypes = false
pylint = true
black = false
black = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-eventhub"
4 changes: 4 additions & 0 deletions sdk/eventhub/azure-eventhub/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ pyright = false
type_check_samples = true
verifytypes = true
pylint = true

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-eventhub"
3 changes: 3 additions & 0 deletions sdk/formrecognizer/azure-ai-formrecognizer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
pylint = false

[tool.azure-sdk-conda]
in_bundle = false
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[tool.azure-sdk-build]
black = true

[tool.azure-sdk-conda]
in_bundle = false
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-healthinsights"
4 changes: 4 additions & 0 deletions sdk/keyvault/azure-keyvault-administration/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-keyvault"
4 changes: 4 additions & 0 deletions sdk/keyvault/azure-keyvault-certificates/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[tool.azure-sdk-build]
pyright = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-keyvault"
4 changes: 4 additions & 0 deletions sdk/keyvault/azure-keyvault-keys/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ dev = [
"parameterized>=0.7.3",
"python-dateutil>=2.8.0",
]

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-keyvault"
4 changes: 4 additions & 0 deletions sdk/keyvault/azure-keyvault-secrets/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
[tool.azure-sdk-build]

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-keyvault"
3 changes: 3 additions & 0 deletions sdk/keyvault/azure-keyvault/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[tool.azure-sdk-build]
pylint = false

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/loadtesting/azure-developer-loadtesting/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pylint = false
pyright = false

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/ml/azure-ai-ml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ warn_unused_configs = true
follow_imports = "skip"
ignore_missing_imports = true
follow_imports_for_stubs = false

[tool.azure-sdk-conda]
in_bundle = false
2 changes: 2 additions & 0 deletions sdk/monitor/azure-monitor-ingestion/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/monitor/azure-monitor-opentelemetry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ pyright = false
pylint = true
bandit = true
black = true

[tool.azure-sdk-conda]
in_bundle = false
2 changes: 2 additions & 0 deletions sdk/monitor/azure-monitor-query/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.azure-sdk-conda]
in_bundle = false
2 changes: 2 additions & 0 deletions sdk/monitor/azure-monitor-querymetrics/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.azure-sdk-conda]
in_bundle = false
2 changes: 2 additions & 0 deletions sdk/monitor/azure-monitor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.azure-sdk-conda]
in_bundle = false
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ mypy = true
pyright = false
type_check_samples = true
verifytypes = true

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-schemaregistry"
4 changes: 4 additions & 0 deletions sdk/schemaregistry/azure-schemaregistry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
mypy = true
pyright = false
type_check_samples = true

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-schemaregistry"
3 changes: 3 additions & 0 deletions sdk/search/azure-search-documents/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
verifytypes = true

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/servicefabric/azure-servicefabric/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pylint = false
sphinx = false

[tool.azure-sdk-conda]
in_bundle = false
4 changes: 4 additions & 0 deletions sdk/storage/azure-storage-blob/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ type_check_samples = true
verifytypes = true
strict_sphinx = true
black = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-storage"
4 changes: 4 additions & 0 deletions sdk/storage/azure-storage-file-datalake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ pyright = false
type_check_samples = true
verifytypes = false
black = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-storage"
4 changes: 4 additions & 0 deletions sdk/storage/azure-storage-file-share/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ mypy = true
pyright = false
type_check_samples = true
black = false

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-storage"
4 changes: 4 additions & 0 deletions sdk/storage/azure-storage-queue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ pyright = false
type_check_samples = true
verifytypes = true
black = true

[tool.azure-sdk-conda]
in_bundle = true
bundle_name = "azure-storage"
2 changes: 2 additions & 0 deletions sdk/storage/azure-storage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/synapse/azure-synapse-accesscontrol/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
ci_enabled = false

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/synapse/azure-synapse-artifacts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ pyright = false
sphinx = false
mypy = false
verifytypes = false

[tool.azure-sdk-conda]
in_bundle = false
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
ci_enabled = false

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/synapse/azure-synapse-monitoring/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
ci_enabled = false

[tool.azure-sdk-conda]
in_bundle = false
3 changes: 3 additions & 0 deletions sdk/synapse/azure-synapse-spark/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.azure-sdk-build]
pyright = false
ci_enabled = false

[tool.azure-sdk-conda]
in_bundle = false
Loading
Loading