2 Star 0 Fork 0

mirrors_opencv/deep-object-reid

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.flake8 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
KaiyangZhou 提交于 2020-05-05 22:58 +08:00 . linting code
[flake8]
ignore =
# At least two spaces before inline comment
E261,
# Line lengths are recommended to be no greater than 79 characters
E501,
# Missing whitespace around arithmetic operator
E226,
# Blank line contains whitespace
W293,
# Do not use bare 'except'
E722,
# Line break after binary operator
W504,
# isort found an import in the wrong position
I001
max-line-length = 79
exclude = __init__.py, build, torchreid/metrics/rank_cylib/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_opencv/deep-object-reid.git
git@gitee.com:mirrors_opencv/deep-object-reid.git
mirrors_opencv
deep-object-reid
deep-object-reid
ote

搜索帮助