Highlights
- 2 discussions answered
Block or Report
Block or report srittau
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
docker-wsgi-base Public archive
Docker container for Apache with mod_wsgi and Python 3.7
1,997 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 49 commits in 10 repositories
Created a pull request in python/typeshed that received 4 comments
pyright: Don't report incompatible overrides
These overrides are inherited from the implementation and are out of typeshed's control.
+20
−26
•
4
comments
Opened 11 other pull requests in 2 repositories
python/typeshed
10
merged
- 'Inactive' -> 'former' consistently
- Use stubtest 0.940
- Annotate pbkdf2_sha*
- Remove explicit inheritance from object
- Inactive maintainers policy
- Remove Python 2 support from some third-party distributions
- psycopg2: Annotate cursor execute* and dunder methods
- 6-12 months -> six months
- Remove orjson stubs
- Add six.create_bound_method dunders to allowlist
typeshed-internal/stub_uploader
1
open
Reviewed 22 pull requests in 4 repositories
python/typeshed
19 pull requests
- Use PEP 604 syntax in non-autogenerated protobuf stubs
-
Add mypy error codes to
type: ignores, remove unused ignores - Improve types for invoke tasks.py
- Use PEP 604 syntax wherever possible
- jsonschema: mark schemas as Mapping[str, Any]
- Minor stub fix for jsonschema RefResolver
- dict.pop: Remove default for second argument
- Fix mypy test
-
requestsstubs are not Python 2-compatible - Add xmltodict
-
Purge
typing.Textandtyping.ContextManagerfrom third-party stubs no longer supporting Python 2 - Remove Python 2 support from some third-party distributions
- Re-enable stubtest on SQLAlchemy
- stdlib: correct many pos-or-kw arg names in dunder methods
- Add some missing things that stubtest found
-
Make more miscellaneous fields read-only, annotate
_json.make_encoder - Use latest stubtest in CI
-
asyncio.unix_events: MakeAbstractChildWatcherabstract, addPidfdChildWatcher - random: use bound methods
python/typing
1 pull request
typeshed-internal/stub_uploader
1 pull request
python/mypy
1 pull request
Created an issue in python/typeshed that received 10 comments
Replace # type: ignores without error codes
pyright recently added # pyright: ignore[...]. We should replace all plain # type: ignores with either # type: ignore[...] or # pyright: ignore[...] …
10
comments