1 Star 0 Fork 1

杨书斌/pytorch-vision

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 570 Bytes
一键复制 编辑 原始数据 按行查看 历史
Edward Z. Yang 提交于 2023-03-24 10:44 . Ignore some flake8 codes (#7462)
[bdist_wheel]
universal=1
[metadata]
license_files = LICENSE
[pep8]
max-line-length = 120
[flake8]
# note: we ignore all 501s (line too long) anyway as they're taken care of by black
max-line-length = 120
ignore = E203, E402, W503, W504, F821, E501, B, C4, EXE
per-file-ignores =
__init__.py: F401, F403, F405
./hubconf.py: F401
torchvision/models/mobilenet.py: F401, F403
torchvision/models/quantization/mobilenet.py: F401, F403
test/smoke_test.py: F401
exclude = venv
[pydocstyle]
select = D417 # Missing argument descriptions in the docstring
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yang-shubin/pytorch-vision.git
[email protected]:yang-shubin/pytorch-vision.git
yang-shubin
pytorch-vision
pytorch-vision
main

搜索帮助