python / release-tools

Scripts for making (C)Python releases
39 stars 32 forks source link

Format with Black #135

Closed hugovk closed 3 months ago

hugovk commented 3 months ago

Follow on from https://github.com/python/release-tools/pull/109.

Add Black to pre-commit and format code.

Also switch some %-formatting to f-strings.