Pinned
776 contributions in the last year
Less
More
Contribution activity
October 2021
Created 30 commits in 10 repositories
Created a pull request in psf/black that received 10 comments
Run second pass of formatter
Description Run the formatter twice to ensure stability. Fixes #2488 and #2518 Admittedly, it doesn't fix the underlying issue. There are three exp…
+65
−13
•
10
comments
Opened 25 other pull requests in 7 repositories
python/mypy
7
merged
1
open
- Support --exclude more than once on command line
- Pep561 tests seem to work on mac
- Fwd fix a rebase race on pep561 tests
- Fix cmdline package tests for namespace packages
- Disallow invalid identifiers from getting implicit bazel __init__.py
- Fix case mismatching modules during namespace package search
- Update fine-grained tests to prep for --namespace-packages support
- incremental testsuite: don't write subsequent step files until they are needed
psf/black
2
merged
2
open
typeshed-internal/stub_uploader
4
merged
dropbox/mypy-protobuf
3
merged
rust-lang/crates.io
3
open
python/typeshed
1
merged
1
open
zbackup/zbackup
1
open
Reviewed 8 pull requests in 5 repositories
python/mypy
3 pull requests
psf/black
2 pull requests
python/typeshed
1 pull request
python/peps
1 pull request
rust-lang/crates.io
1 pull request
Created an issue in psf/black that received 1 comment
Non idempotent input
Describe the bug
Non-idempotent source
To Reproduce
assert sort_by_dependency( { "1": {"2", "3"}, "2": {"2a", "2b"}, "3": {"3a", "3b"}, "2a": set()…
1
comment