forked from feeluown/FeelUOwn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (31 loc) · 694 Bytes
/
setup.cfg
File metadata and controls
36 lines (31 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[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=research/
--benchmark-skip
--cov-report=
--cov=feeluown
--doctest-modules
[mypy-mpv_old]
ignore_errors = True
[mypy-mpv]
ignore_errors = True
[mypy-feeluown.models.*]
ignore_errors = True