Commit e3286d2
authored
Mypy type-checking feedback for all "pyre safe" sources. (#801)
Per @moto-meta's recommendation, I've added a pre-commit nudge for mypy:
#790 (comment)
This configures pre-commit to print all mypy-related type-check
failures. Mypy is configured to never fail the pre-commit check,
however. This is a useful mechanism to gradually improve type
enforcement in the codebase.1 parent 25ad420 commit e3286d2
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments