1 Star 0 Fork 0

deeplearningrepos/client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.libcst.codemod.yaml 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeff Raubitschek 提交于 2020-03-03 03:45 +08:00 . py27 compatible
# String that LibCST should look for in code which indicates that the
# module is generated code.
generated_code_marker: "@generated"
# Command line and arguments for invoking a code formatter. Anything
# specified here must be capable of taking code via stdin and returning
# formatted code via stdout.
formatter: ["black", "-"]
# List of regex patterns which LibCST will evaluate against filenames to
# determine if the module should be touched.
blacklist_patterns: []
# List of modules that contain codemods inside of them.
modules:
- "libcst.codemod.commands"
- "codemod"
# Absolute or relative path of the repository root, used for providing
# full-repo metadata. Relative paths should be specified with this file
# location as the base.
repo_root: "."
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deeplearningrepos/client.git
git@gitee.com:deeplearningrepos/client.git
deeplearningrepos
client
client
master

搜索帮助