T

Results 43 comments of T

I personally like to just do `black = "==21.12b0"` and not bother with the `allow_prereleases` setting.

Thank you! Let me get back to you with an example repo. We're actually using flit, but definitely a similar setup.

Here it is: https://github.com/gitpushdashf/pipenv-flit-monorepo-example Can just clone and run `pipenv lock` to reproduce.

Thank you so much for looking into this! flit/flit_core is a setuptools alternative, generally recommended over setuptools for projects that don't have any compile steps. https://github.com/pypa/flit It's a little bit...

Great, thank you! Sorry for the slow response.

Getting type hints in this repo would be great! I'm having issues with the most recent stub hints. Not quite sure why. Using pyright. ``` stubs/async_lru.pyi:5:24 - error: Expected type...

Thanks for getting back to me! I'm talking about stubs for the protobuf package itself, not generated stubs. There's no type hints here or py.typed file: https://github.com/protocolbuffers/protobuf/tree/main/python/google/protobuf