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 36 million developers.
Sign up
Pro
Popular repositories
5,212 contributions in the last year
Activity overview
Contributed to
pytest-dev/pytest,
pre-commit/pre-commit,
asottile/pyupgrade
and 5 other
repositories
Contribution activity
July 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 9 repositories not shown
- asottile/babi Python
- asottile/python-remote-pdb Python
- asottile/restylers Dockerfile
- asottile/pycodestyle Python
- asottile/setuptools Python
- asottile/docformatter Python
- asottile/pydocstyle Python
- asottile/flask Python
Created a pull request in pallets/flask that received 7 comments
Fixes for PEP451 import loaders and pytest 5.x
pytest 5.x drops python2 compatibility and therefore only implements PEP 451
pytest 5.x made the repr of ExcInfo less confusing (fixed tests depen…
+57
−25
•
7
comments
- Improve mypy setup + a few minor type fixes and removals
- Fix num_mock_patch_args to use identity comparison
- Remove language_version specification in black hooks
- Type-annotate pytest.{exit,skip,fail,xfail,importorskip,warns,raises}
- Drop unittest2 support
- doc: fix typos in OPENCOLLECTIVE.rst [ci skip]
- Remove deprecated features
- Introduce Config.invocation_params
- Improve type-checking in OutcomeException
- Add rudimentary mypy type checking
- Replace importlib_metadata with importlib.metadata on Python 3.8+
- Handle xfail(strict=True) properly in --step-wise mode
- Fix pytest.raises handling of unicode exceptions in Python 2
- Substituted 'yml' to '.yaml' in relevant files
- bpo-34443: Use __qualname__ instead of __name__ in enum exception messages.
- closes bpo-37554: Remove `q:q` in os.rst documentation
- [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
- bpo-37504: Fix documentation build with texinfo builder
- bpo-18374: fix wrong col_offset of some ast.BinOp instances
Created an issue in ikamensh/flynt that received 6 comments
Changes behaviour of `'%s' % tuple`
$ cat t.py foo = (1,) print('%s' % foo) $ python t.py 1 $ flynt t.py fstringifying /tmp/flynt/t.py...yes Flynt run has finished. Stats: Execution t…
6
comments