Pyupgrade: Printf string formatting (#1803)

This commit is contained in:
Colin Delahunty 2023-01-21 09:37:22 -05:00 committed by GitHub
parent 465943adf7
commit 80295f335b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 1249 additions and 36 deletions

View file

@ -13,6 +13,7 @@ Please use `python -m pip install .` instead.
)
sys.exit(1)
"abc".isidentifier()
# The below code will never execute, however GitHub is particularly
# picky about where it finds Python packaging metadata.