Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Popular repositories
5,268 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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 repository not shown
- asottile/vscode TypeScript
- 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
- Update release notes script after CHANGELOG changed location
- invocation in last section 'pythonpath.rst' title swapped
- 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