mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:35 +00:00
Pyupgrade: Printf string formatting (#1803)
This commit is contained in:
parent
465943adf7
commit
80295f335b
22 changed files with 1249 additions and 36 deletions
1
setup.py
1
setup.py
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue