Commit 7131a69
authored
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments