We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed845c commit e4254c4Copy full SHA for e4254c4
setup.cfg
@@ -141,6 +141,7 @@ per-file-ignores =
141
./beets/mediafile.py:D
142
143
[mypy]
144
+files = beets,beetsplug,test
145
allow_any_generics = false
146
# FIXME: Would be better to actually type the libraries (if under our control),
147
# or write our own stubs. For now, silence errors
tox.ini
@@ -28,8 +28,7 @@ commands =
28
test: python -bb -m pytest -rs {posargs}
29
cov: coverage run -m pytest -rs {posargs}
30
lint: python -m flake8 {posargs} {[_lint]files}
31
- mypy: mypy -p beets -p beetsplug
32
- mypy: mypy test
+ mypy: mypy
33
34
[testenv:docs]
35
basepython = python3.10
0 commit comments