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 50 million developers.
Sign up
Popular repositories
4,779 contributions in the last year
Activity overview
Contribution activity
July 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 repository not shown
Created a pull request in pypa/virtualenv that received 6 comments
make tests work better on pytest 4.x and python 3.x
this came up while packaging virtualenv 20.x for freebsd ports:
_______ ERROR collecting tests/unit/seed/wheels/test_periodic_update.py ________
ve…
+7
−2
•
6
comments
Created an issue in asottile/babi that received 1 comment
babi should always open files using UTF-8
especially on windows, this can result in mojibake
ensure that the open calls go through encoding='UTF-8' -- maybe also validate stdin does the same
1
comment