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
Popular repositories
5,233 contributions in the last year
Activity overview
Contributed to
pytest-dev/pytest,
pre-commit/pre-commit,
asottile/pyupgrade
and 5 other
repositories
Contribution activity
December 2019
- asottile/ephemeral-port-reserve Python
- asottile/dumb-init Python
Created a pull request in python/mypy that received 3 comments
Fix mypy pretty output within a pty
Resolves #8144 here's the same script that was used in the reproduction for #8144: $ python3 ../wut/t.py mypy --pretty ../wut/t.py ../wut/t.py:6: …
+4
−1
•
3
comments
- Deprecate no print logs
- [4.6] Bugfix 5430 pass logs to junit report
- Make 'S' and 'F' aliases to 's' and 'f' respectively
- Change 4639 from feature to improvement
- Deprecation policy - insert considerations for breaking changes
- Add 4.6.7 changelog to master (Wait until #6318)
- Release version 4.6.7
- Fix assertion rewriting module detection for egg dists
- Convert pytest.py into a package
Created an issue in pypa/setuptools_scm that received 9 comments
setuptools-scm does not function when installing as part of a git hook while working inside of a submodule
this issue is oddly specific but here's the reproduction: #!/usr/bin/env bash set -euxo pipefail rm -rf y z home black venv git clone https://githu…
9
comments