Timothy Allen
Timothy Allen
This is a big pet peeve for me too. There's information about contributing here, if you're interested, @brupelo: https://github.com/psf/black/blob/master/CONTRIBUTING.md
Some quick questions: - would the preferred behavior be to leave the original code intact? - would the preferred behavior be to format all docstrings within parentheses the shorter, more...
@ichard26 @aneeshusa Any idea how much more code work the PR needs? Or is it more of someone to shepherd it across the finish line?
Thank you @aneeshusa and @olivia-hong! Lyft was the go-to ride of choice for us in San Diego at DjangoCon US a few weeks ago. 😀
Good morning! This certainly looks like a worthwhile feature, as long as mypy doesn't become a requirement. Are you interested in working on a PR? Thank you!
@alexander-jacob I'm going to take a look at this within the next week or two. Could you confirm for me which version of `click` you're running, and that this is...
@frankwiles @GaretJax I've got a work in progress for docs that is coming along slowly. https://github.com/FlipperPA/django-click/tree/docs-2.0
Howdy @DMR-coding - is there anywhere in the documentation where I can see more information on this? I don't see any details here: https://docs.djangoproject.com/en/3.0/howto/custom-management-commands/ Or is this part of the...
It looks like current versions of Django only support `stdout` and `stderr` as stealth options. Just noting here: https://github.com/django/django/blob/master/django/core/management/base.py#L235 Do we just need to add them here? https://github.com/GaretJax/django-click/blob/master/djclick/adapter.py#L40
Adding both would be fantastic, as long as they don't become requirements and are optional. Are you interested in working on a PR, @Benoss? Thanks for being in touch!