We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f5040 commit a8d1df0Copy full SHA for a8d1df0
setup.cfg
@@ -181,6 +181,7 @@ per-file-ignores =
181
./beets/mediafile.py:D
182
183
[mypy]
184
+files = beets,beetsplug,test
185
allow_any_generics = false
186
# FIXME: Would be better to actually type the libraries (if under our control),
187
# or write our own stubs. For now, silence errors
tox.ini
@@ -27,8 +27,7 @@ passenv = INTEGRATION_TEST
27
commands =
28
test: python -m pytest {posargs}
29
lint: python -m flake8 {posargs} {[_lint]files}
30
- mypy: mypy -p beets -p beetsplug
31
- mypy: mypy test
+ mypy: mypy
32
33
[testenv:docs]
34
basepython = python3.10
0 commit comments