Skip to content

Commit

Permalink
Target 3.10 in mypy.ini (Azure#25502)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp authored and wonder6845 committed Aug 23, 2022
1 parent 7bfb6ef commit 5261c83
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
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
4 changes: 4 additions & 0 deletions sdk/metricsadvisor/azure-ai-metricsadvisor/mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[mypy]
<<<<<<< HEAD
python_version = 3.7
=======
python_version = 3.10
>>>>>>> 4a758e8332 (Target 3.10 in mypy.ini (#25502))
warn_unused_configs = True
ignore_missing_imports = True

Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-opentelemetry-exporter/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_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

0 comments on commit 5261c83

Please sign in to comment.