[ 源代码: pyupgrade ]
软件包:pyupgrade(3.19.0-1)
Tool to automatically upgrade Python 3 syntax for newer versions
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
This helper script can help you normalize your Python source code by rewriting parts of your code to use the latest syntax improvements.
This package contains the Python 3 application.
其他与 pyupgrade 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-tokenize-rt (>= 6.1.0~)
- wrapper around the Python stdlib `tokenize` which roundtrips