1 Star 0 Fork 120

伴清风/FeelUOwn

forked from 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cirscn_0/FeelUOwn.git
git@gitee.com:cirscn_0/FeelUOwn.git
cirscn_0
FeelUOwn
FeelUOwn
master

搜索帮助