Mike Lissner

Results 1301 comments of Mike Lissner

I'm not a maintainer here, but this looks good to me if @lgeiger wants to merge it.

If you're amenable to the idea of a sample project, I can share that I finally got mine working. The idea is to do a very minimal black project before...

In my example: ``` name: black on: [push] jobs: black: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Black Code Formatter uses: lgeiger/black-action@master with: args: ". --check" ``` The checkout...

It's magic. No, really. I got curious and dug around and it doesn't seem to be documented anywhere, but this is just how it works. The `entrypoint` command just has...

I think discussion about making changes on push go on the other ticket. This ticket is about having an example configuration. I think you might benefit by looking at mine,...

> Is there way i can get black to format all code automatically after check is successful. I don't understand. If the code needs formatting, it'll fail the check? Why...

> As much as I detest it, I may have to move over to Celery at some point as it's at least battle-tested for a high throughput of tasks like...

That's interesting and explains how we got to setting it to `None`. Maybe we should just update our docs to say that it needs to be set to `True`? But...

@sigmavirus24 I don't know the argument pro/con sessions having a timeout, but I'm happy to defer to other's judgement and experience on that, keeping these waters clean, like you say....

@sigmavirus24 I added a caveat to [my initial comment, above](https://github.com/kennethreitz/requests/issues/3070#issue-144324837). Hopefully that should get this discussion focused.