1 Star 0 Fork 0

大魔王/pytorch3d

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.flake8 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeremy Reizenstein 提交于 2023-12-05 05:43 +08:00 . lint
[flake8]
# B028 No explicit stacklevel argument found.
# B907 'foo' is manually surrounded by quotes, consider using the `!r` conversion flag.
# B905 `zip()` without an explicit `strict=` parameter.
ignore = E203, E266, E501, W503, E221, B028, B905, B907
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude = build,__init__.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/week233/pytorch3d.git
git@gitee.com:week233/pytorch3d.git
week233
pytorch3d
pytorch3d
main

搜索帮助