Commit 189dacc
committed
Arm backend: Enable mypy for tests
Add test directory in arm backend to lintrunner. Except the ops
directory which has to be fixed later.
About "disallow_untyped_decorators = False":
The only way to make mypy happy seems to be a wrapper around the
decorator for each file it is used. I have read numerous of threads
about it and there seems to be no good solution. Hence the added
ignore for backends/arm.
Signed-off-by: [email protected]
Change-Id: I0430041cb3308b51798d74da61cc4d310966772a1 parent 335f054 commit 189dacc
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments