Highlights
- 1 discussion answered
Pinned
1,381 contributions in the last year
Less
More
Contribution activity
July 2021
Created 16 commits in 5 repositories
Created a pull request in python/typeshed that received 11 comments
tornado: add some types
See https://github.com/tornadoweb/tornado/blob/master/tornado/locks.py These stubs are for Python 2 only but include Python 3 annotations. See #5220 …
+41
−31
•
11
comments
Opened 6 other pull requests in 3 repositories
python/typeshed
1
open
2
merged
JelleZijlstra/autotyper
2
merged
psf/black
1
merged
Reviewed 32 pull requests in 7 repositories
python/typeshed 10 pull requests
- Update protobuf generated stubs from mypy-protobuf 2.8
- Supported repeated field containers for extensions
- Add simple tool for creating baseline stubs
- Stubs for stripe
- Allow non-types dependencies
- Improve distutils and lib2to3
- Run mypy tests for stdlib and third-party separately
- tornado: add some types
- Allow requests to have bool in params arg
- Allow unicode and bytes in EnumTypeWrapper.Value
psf/black 10 pull requests
- isort docs have changed urls
- Additional refactors based on the PR #2206
- Jupyter notebook support
- Use platformdirs over appdirs
- Update CHANGES.md for 21.7b0 release
- Improve AST safety parsing error message
-
Switch
tomlTOML library fortomli - Second run of tox -e py results in a test error for test marked with no_python2
- Don't add trailing comma in one argument func defs
- Parenthesize conditional expressions
python/mypy 6 pull requests
python/cpython 3 pull requests
mypyc/mypy_mypyc-wheels 1 pull request
python/peps 1 pull request
aio-libs/aiozmq 1 pull request
Created an issue in psf/black that received 5 comments
Define a stability policy
We're often hesitant to change formatting now, even though technically we're still in beta (#517). Some questions we should document the answer to: …
5
comments