Skip to content

Commit 7131a69

Browse files
unhide sample mypy output for ml (Azure#39209)
When mypy runs on the samples directory it doesn't see any .py files because of this exclude: > There are no .py[i] files in directory 'samples' Removing the exclude so the typing errors can be observed. Not flipping `type_check_samples` to true so this changewill not start failing CI, but we will be able to see the errors as a warning in the weekly pipeline.
1 parent 88b8b62 commit 7131a69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/ml/azure-ai-ml/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ exclude = [
3030
"tests",
3131
"downloaded",
3232
"setup.py",
33-
"samples",
3433
"azure/ai/ml/_utils",
3534
"azure/ai/ml/exceptions.py",
3635
"azure/ai/ml/_exception_helper.py",

0 commit comments

Comments
 (0)