Cooper Lees

Results 253 comments of Cooper Lees

Sounds worth adding to me, especially if we're already using it in multiple places (I forget).

This sounds interesting and useful. I agree, lets make it click and support all the options. I am for it and if other maintainer's are I'm sure we'd accept it....

Side flow I use to achieve this is I generally do all my changes to the code, then `git/hg commit` then just run black / rustfmt etc. and use SCM's...

Howdy We've on purpose never built the docker image with the [d] extra dependencies to keep the images as small as possible. We could add this in - But I...

Actually, I am wrong, we do try to do the extra install: https://github.com/psf/black/blob/main/Dockerfile#L13 I will look into it - But if anyone has time, PR welcoming fixing getting aiohttp into...

I'll second Jelle here and state that an import re-ordering tool should respect the syntax it was given when it started it's run. Here, if there is white space between...

I'm not a fan of this change, but can live with it. I do agree with the removing of the new lines after a class definition here, but I don't...

Not many of us are Windows users, are there any docs to sign our binaries via GitHub Actions?