Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Pro
Pinned
1,254 contributions in the last year
Activity overview
Contribution activity
January 2020
- Add GitHub Actions for testing windows
- Make the fine-grained mergechecker work again
- fixed indicator position in code with tabs
- Replace @abstractproperty usage in mypy
- Fix module alias as instance attribute
- Initial attempt
- Add support for narrowing Literals using equality
- Speed up tests by simplifying default builtins
- Fix lint
- Fix regression in container check logic
Created an issue in python/mypy that received 5 comments
Crash in lambda expression as generic argument
This test crashes on current master (and causes troubles internally):
[case testFilterIn]
from typing import List, TypeVar, Callable T = TypeVar('T…
5
comments