1. 首页
  2. 数据库
  3. 其它
  4. no string hints:替换字符串文字类型提示 源码

no string hints:替换字符串文字类型提示 源码

上传者: 2021-02-23 20:31:11上传 ZIP文件 9.57KB 热度 15次
无字符串提示 一个预提交钩子,用于从参数,返回值和类变量类型注释中自动删除字符串文字作为类型提示。 安装 pip install no_string_hints 作为预提交挂钩 有关说明,请参阅 样本.pre-commit-config.yaml : - repo : https://github.com/MarcoGorelli/no-string-hints rev : v0.1.7 hooks : - id : no-string-hints 命令行示例 $ cat myfile.py myvar: 'str' $ no_string_hints my
下载地址
用户评论