Sondre Lillebø Gundersen

Results 301 comments of Sondre Lillebø Gundersen

In that case, I guess we can consider this closed. Thanks @miigotu 👍

Do you think this is something we could add a test for, to verify that plugins are really installed @connortann? 🙂

> That release is yanked, it causes issues with other packages that require poetry. The Poetry 1.2.0a2 release was yanked? I guess that won't impact the feature, but maybe we...

I'd love to do this, but as far as I know (I hope I'm wrong), there's no way to bundle a `main.sh` script with the action. So if you called...

Closing this for now @connortann, but feel free to reopen. Think most of the blockers are resolved now.

I tried digging into the (not so great) git history, but I'm not able to remember or figure our why we added this. My best guess would be that [`drf-yasg`](https://drf-yasg.readthedocs.io/en/stable/)...

It's been a while since I've touched this library, so the details are a bit fuzzy. I have no objections to changing the logic here, but need: - A way...

I'm a bit torn on what to do, since removing the v1/v1.0 tags might break people's environments if they've already specified those explicitly right. It also seems weird to me...

I think v1.2.0 would still be upgraded to v1, so a v2 release would be necessary to resolve the issue. Doubt pre-commit autoupdate will upgrade to v2 for you, so...

Don't seem like it would necessarily require too much work to change the behavior of the autoupdate function if that's something they'd accept. [Here's](https://github.com/pre-commit/pre-commit/blob/master/pre_commit/commands/autoupdate.py) the relevant code.