Eric L. Frederich
Eric L. Frederich
I'll write up my use-case after lunch. But for now I can say it feels a bit weird having the `__init__` names to be different from the class attribute names....
Okay... here us my use case (perhaps justified, perhaps not). I'm extracting GitLab information using [python-gitlab](http://python-gitlab.readthedocs.io/en/stable/). In the end I need to serialize it to json [in this format](https://confluence.atlassian.com/adminjiraserver071/importing-data-from-json-802592907.html) to...
Just needs to be merged. It's a new standalone check. My opinion should even make it into the default sample config.
I messed up a push and it closed this. Re-opening. Please consider merging.
> Personally I'm not the biggest fan of some of the ways that black formats things I agree but I've come to accept it. When it becomes automatic via `pre-commit`...
Rebased on top of master
@sylveon let me ease your concerns. - I've been using my copy of this code without issue. Installed via `pipx install -e .` while in my Git repo. - Doing...
:-1: Do not merge. This breaks configuration. :-1: The GitLab rendering works but this, as it is, breaks the ability to use `~/.grip/settings.py` for configuration. The renderer ends up getting...
I think it's a worthy feature. I'd like to render my Markdown stuff locally without making commits and without sending confidential information over the internet to GitHub. We host our...
@nejch correct. I had already filled out this issue. Afterwards I found the underlying issues. I created #2703 as well as #2704 because I feel it could be solved 2...