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,110 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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 5 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
- 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 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 tmux/tmux that received 9 comments
`tmux send-keys ^BSpace` seems to silently do nothing
Required information
Please provide the following information:
tmux version (tmux -V).
(built from source today)
$ ./tmux -V
tmux next-3.1
$ git …
9
comments