129 Star 331 Fork 121

cosven / FeelUOwn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 696 Bytes
一键复制 编辑 原始数据 按行查看 历史
[bdist_wheel]
universal=0
[metadata]
description_file = README.md
[pep8]
ignore = E402
[flake8]
max-line-length = 89
[aliases]
test = pytest
[tool:pytest]
# ignore DeprecationWarning raised by feeluown
filterwarnings =
ignore:use feeluown.*?:DeprecationWarning
addopts = -q
--ignore=docs/
--ignore-glob=*/**/mpv*.py
--ignore=feeluown/nowplaying/
--ignore=feeluown/gui/
--ignore=examples/
--ignore=pyinstaller_hooks/
--ignore=research/
--benchmark-skip
--cov-report=
--cov=feeluown
--doctest-modules
[mypy-mpv]
ignore_errors = True
[mypy-feeluown.models.*]
ignore_errors = True
Python
1
https://gitee.com/zjuysw/FeelUOwn.git
git@gitee.com:zjuysw/FeelUOwn.git
zjuysw
FeelUOwn
FeelUOwn
master

搜索帮助