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,091 contributions in the last year
Activity overview
Contributed to
pytest-dev/pytest,
pre-commit/pre-commit,
asottile/pyupgrade
and 5 other
repositories
Contribution activity
January 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 7 repositories not shown
Created a pull request in pytest-dev/pytest that received 10 comments
Preparing release version 4.6.9
Shall we do the last core-supported python 2.x release?
+31
−1
•
10
comments
- allow init-templatedir to succeed when core.hooksPath is set
- work around broken bash in azure pipelines
- Move most of the actual hook script into `pre-commit hook-impl`
- Use a more specific hook shebang now that it can't be python 2
- move Hook data type to a separate file
- More miscellaneous cleanup
- Some manual python 2 cleanup
- Drop python 2 / python3.5 support in pre-commit
- Remove autoupdate --tags-only option
- Remove deprecated `pcre` language
- clear 'frozen: ...' comment if autoupdate unfreezes
- Fix --py36-plus not including previous future imports
- Resolve with_metaclass(M, object) in one pass
- Convert six.text_type('foo') in one pass
- Fix error on six.reraise(2, args)
- fix import removal + aliasing with as
- handle more cases if `if` / `elif` for py2 / py3 branches
- six: ensure_str / ensure_binary / ensure_text of a literal string
- Add exclusion for extended unicode escapes
- Handle `if PY3:` without `else`
- Also remove unneeded imports from six / six.moves / builtins
Created an issue in pypa/virtualenv that received 17 comments
20b1: "RuntimeError: failed to detect cpython3.6.8-64|..."
this is breaking some tests for pre-commit this is similar to #1514 but involves absolute paths here's a minimal reproduction: set -euxo pipefail r…
17
comments