mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Apply black 2024 style to codebase #2168

Closed LincolnPuzey closed 5 months ago

LincolnPuzey commented 5 months ago

Black 24.* introduces some style changes. This PR applies them to the codebase.

Anyone working on pywin32 should update their local installation of black to 24.* as well. Note that this does require python 3.8+ for the black runtime. Black 24 still supports formatting code for python 3.7+