basedmypy
basedmypy copied to clipboard
Based Python static type checker with baseline, sane default settings and based typing features
- resolves: #367
```py reveal_type([]) # Never (from nothing) a: Never reveal_type(a) # Never ```
closes #133 # outstanding issues - [ ] it's trying (and failing) to run some tests on 3.6 even though 3.6 support was supposedly removed? - [ ] `Callable` in...
TODO: tests, documentation
Please include an amongus reference in this PR. - resolves: #111 todo: - tests - doco
```py from typing import A, B, C, D, E, F, G, H, ..., AMONGUS, ..., X, Y, X ``` NO THANKS! Also a based implicit `T` What about implicit basedtyping?...
The use case is that `legacy` sounds like it means it disables all based features (there's probably a use case for that). But a `non-strict` flag that sets strictness to...