Ignore missing imports for pysqlite3 and sqlean, refs #559

This commit is contained in:
Simon Willison 2023-06-25 13:57:07 -07:00
commit 1f3ddea08b

4
mypy.ini Normal file
View file

@ -0,0 +1,4 @@
[mypy]
[mypy-pysqlite3,sqlean]
ignore_missing_imports = True