akaihola / darker

Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a
https://pypi.org/project/darker/
Other
638 stars 55 forks source link

Fix CI compatibility with Pip >= 24.1 #597

Closed akaihola closed 4 months ago

akaihola commented 4 months ago

Airium 0.2.3 to 0.2.5 wheel metadata isn't supported by Pip >= 24.1. Airium 0.2.6 fixes the metadata. `darkgray-dev-tools==0.1.1 updates Airium to version 0.2.6.

This needs to be fixed before #595 which is in turn needed for #591.