mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-12 11:34:09 +02:00
Ignore missing imports for pysqlite3 and sqlean, refs #559
This commit is contained in:
parent
572d9ed7b3
commit
1f3ddea08b
1 changed files with 4 additions and 0 deletions
4
mypy.ini
Normal file
4
mypy.ini
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[mypy]
|
||||
|
||||
[mypy-pysqlite3,sqlean]
|
||||
ignore_missing_imports = True
|
||||
Loading…
Add table
Add a link
Reference in a new issue