1 Star 0 Fork 6

Watler/YoloV5自瞄外挂

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 923 Bytes
一键复制 编辑 原始数据 按行查看 历史
乌萨斯肃反委员会 提交于 2022-04-08 15:16 . 20220408 base
# Project-wide configuration file, can be used for package metadata and other toll configurations
# Example usage: global configuration for PEP8 (via flake8) setting or default pytest arguments
[metadata]
license_file = LICENSE
description-file = README.md
[tool:pytest]
norecursedirs =
.git
dist
build
addopts =
--doctest-modules
--durations=25
--color=yes
[flake8]
max-line-length = 120
exclude = .tox,*.egg,build,temp
select = E,W,F
doctests = True
verbose = 2
# https://pep8.readthedocs.io/en/latest/intro.html#error-codes
format = pylint
# see: https://www.flake8rules.com/
ignore =
E731 # Do not assign a lambda expression, use a def
F405
E402
F841
E741
F821
E722
F401
W504
E127
W504
E231
E501
F403
E302
F541
[isort]
# https://pycqa.github.io/isort/docs/configuration/options.html
line_length = 120
multi_line_output = 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/5945/yolo-v5-self-aiming-plug-in.git
git@gitee.com:5945/yolo-v5-self-aiming-plug-in.git
5945
yolo-v5-self-aiming-plug-in
YoloV5自瞄外挂
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385