mypy: ignore_missing_imports = True

This commit is contained in:
wisp3rwind 2022-12-17 22:32:30 +01:00
parent d604c7e175
commit d15c5c4ba2

5
.mypy.ini Normal file
View file

@ -0,0 +1,5 @@
[mypy]
# FIXME: Would be better to actually type the libraries (if under our control),
# or write our own stubs. For now, silence errors
ignore_missing_imports = True