forked from feeluown/FeelUOwn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
41 lines (35 loc) · 828 Bytes
/
setup.cfg
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
37
38
39
40
41
[bdist_wheel]
universal=0
[metadata]
description_file = README.md
[pep8]
ignore = E402
[flake8]
max-line-length = 89
exclude = feeluown/mpv.py
[yapf]
column_limit = 89
based_on_style = pep8
coalesce_brackets = true
dedent_closing_brackets = true
[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=feeluown/webserver/
--ignore=examples/
--ignore=pyinstaller_hooks/
--ignore=research/
--benchmark-skip
--cov-report=
--cov=feeluown
--doctest-modules
[mypy-feeluown.mpv]
ignore_errors = True