mhammond / pywin32

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

Fix `py.exe -m win32verstamp` command and other ISC typos #2225

Closed Avasam closed 1 month ago

Avasam commented 3 months ago

This was noticed in #2223 thanks to https://docs.astral.sh/ruff/rules/single-line-implicit-string-concatenation/ I'm splitting it off into its own PR in case you wanna merge it individually

Found by running ruff check --select=ISC001,ISC002 --fix