Marc Mueller
Marc Mueller
> Hm, when I tried the transfer I got: > > > You don’t have the permission to create public repositories on psf > > Might need to coordinate a...
Any update here? Would love to use it and get the speedup. However, difficult to do unless it's moved to the `psf` org as mentioned before. > Is it possible...
If someone is interested, I've opened #2163 which would address it.
I've created a followup PR #2237 that would keep user inserted optional parentheses
Though I post a small update. Unfortunately, I don't have time to work on it anytime soon. If someone else is interested in picking this up, please feel free to...
It's difficult since it would effect almost every project that uses black today. However, just from seeing how many related issues were created, it looks like many users would like...
It might make sense to change the default branch name to `main`, now that most repos in the python space are doing so as well (e.g. `cpython`, `typeshed` and others)....
> Should we also add an upper bound here? > > https://github.com/python/mypy/blob/e0b159e0bb6bd414d2999bfcecbb5432541ec3fd/setup.py#L231 Not sure. It's not impossible to build `lxml` from source. Just the docker image to build the mypy...
I would really love to see this one included. It's a simple one line fix (+ tests), that just needs a review. - #16803 This here would be nice as...
Not sure if it's worth mentioning yet. The release will include support for basic TypeVar defaults [PEP 696](https://peps.python.org/pep-0696/). Would be great to have some more early testers. An example from...