We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329098a commit 1713011Copy full SHA for 1713011
.mypy.ini
setup.cfg
@@ -179,3 +179,9 @@ per-file-ignores =
179
./beets/dbcore/queryparse.py:D
180
./beets/dbcore/types.py:D
181
./beets/mediafile.py:D
182
+
183
+[mypy]
184
+allow_any_generics = false
185
+# FIXME: Would be better to actually type the libraries (if under our control),
186
+# or write our own stubs. For now, silence errors
187
+ignore_missing_imports = true
0 commit comments