docker-socket-proxy icon indicating copy to clipboard operation
docker-socket-proxy copied to clipboard

Update version of Black

Open ASDFGamer opened this issue 1 year ago • 2 comments

This updates the used version of black.

This is neccassary, because the dependency typed-ast from black didn't build in python 3.10 on linux. The Update fixes this problem.

ASDFGamer avatar Dec 28 '23 21:12 ASDFGamer

It seems the CI is not happy.

pedrobaeza avatar Dec 29 '23 08:12 pedrobaeza

The poetry run pytest --prebuild works on my machine (Linux Mint). The logs from the CI look to me like the Problem is in another part (Line: 309 "error during connect: Get "http://localhost:32771/v1.24/networks": EOF\n"). But it could obviously be that there is a problem with my local install. This pull-request fixes no real (production) problem, so i would suggest to just close it and forget about it and not sink to much time into the search of the problem, but I leave that up to you.

ASDFGamer avatar Jan 02 '24 21:01 ASDFGamer