*: normalize colons (#7913)
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
> 一个工具,用于检查 Python 代码中未被使用的引入和变量。
|
||||
> 更多信息:<https://github.com/myint/autoflake>.
|
||||
|
||||
- 移除指定文件中未使用的变量,并展示 diff:
|
||||
- 移除指定文件中未使用的变量,并展示 diff:
|
||||
|
||||
`autoflake --remove-unused-variables {{文件.py}}`
|
||||
|
||||
- 移除多个文件中未使用的引入,并展示 diffs:
|
||||
- 移除多个文件中未使用的引入,并展示 diffs:
|
||||
|
||||
`autoflake --remove-all-unused-imports {{文件1.py}} {{文件2.py}} {{文件3.py}}`
|
||||
|
||||
|
Reference in New Issue
Block a user