Skip to content
Merged
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: 1 addition & 1 deletion sdk/appconfiguration/azure-appconfiguration/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.10
warn_unused_configs = True
ignore_missing_imports = True

Expand Down
2 changes: 1 addition & 1 deletion sdk/formrecognizer/azure-ai-formrecognizer/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.10
warn_unused_configs = True
ignore_missing_imports = True

Expand Down
2 changes: 1 addition & 1 deletion sdk/metricsadvisor/azure-ai-metricsadvisor/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.10
warn_unused_configs = True
ignore_missing_imports = True

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.10
warn_return_any = True
warn_unused_configs = True
ignore_missing_imports = True
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.10
warn_unused_configs = True
ignore_missing_imports = True

Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.10
warn_return_any = True
warn_unused_configs = True
ignore_missing_imports = True
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.10
warn_return_any = True
warn_unused_configs = True
ignore_missing_imports = True
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/azure-data-tables/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.10
warn_unused_configs = True
ignore_missing_imports = True

Expand Down
2 changes: 1 addition & 1 deletion sdk/translation/azure-ai-translation-document/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.10
warn_unused_configs = True
ignore_missing_imports = True

Expand Down