Highlights
- Arctic Code Vault Contributor
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
Pinned
571 contributions in the last year
Contribution activity
August 2020
Created a pull request in psf/black that received 1 comment
Disable string splitting/merging by default
The changes in #1132 fixed a number of long-standing limitations in Black, but unfortunately they also introduced a number of new crashes. As we're…
+420
−122
•
1
comment
- Stop passing python_exe to pytype_test.
- pyVmomi stubs are incomplete
- Add special case for integers raised to a power of 2
- Added additional attributes to re.error
- Upgrade the pytype version to one that can parse the tkinter stubs.
- stubtest: fix on windows
- Added support in typing.pyi for PEP 612 (ParamSpec and Concatenate)
- deprecated: support use as decorator
- PathLike: change to Protocol
- Contributed stubs for "packaging" package
- Add SupportsIndex stub to typing_extensions
- Added missing type annotations for fractions and numbers modules.
- Added stubs for aiofiles package
- Contributed stubs for "retry" package
- Add back six.moves.range (Python 2)
- pathlib.Path.open: bring on the overloads
- Added missing import for case.pyi
- Added missing type annotations in various stdlib stubs.
- Make FeedParser generic over Message
- Primer update config - enable pytest
- Add links regarding Spotless integration for gradle/maven users
- Improve docstring re-indentation handling
- Address pre-existing trailing commas when not in the rightmost bracket pair
- Make --exclude only apply to recursively found files
- don't strip brackets before lsqb (#1575)
Created an issue in psf/black that received 3 comments
Crash on assert and parenthesized % format
$ cat author.py class xxxxxxxxxxxxxxxxxxxxx(xxxx.xxxxxxxxxxxxx): def xxxxxxx_xxxxxx(xxxx): assert xxxxxxx_xxxx in [ x.xxxxx.xxxxxx.xxxxx.xxxxxx, x.…
3
comments
- Crash when docstring is reindented and a line ends in a backslash
- Unstable formatting on subscripted assignment + string + comment
- Crash on concatenated string + comment
- Unstable formatting on split string + % formatting
- Crash on docstring with misindented character
- Speed regression since 19.10b0 on large collection