From 5632dcab27058875de99d63cbd263acfa3a9a2d5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 28 Apr 2022 15:32:35 +0300 Subject: Use sqlite3 to save the jobs metadata * Use sqlite to save the jobs metadata and enable UI update of the progress for large files --- mypy.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index ba70688..f61431a 100644 --- a/mypy.ini +++ b/mypy.ini @@ -7,4 +7,19 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-hypothesis.*] +ignore_missing_imports = True + +[mypy-rq.*] +ignore_missing_imports = True + +[mypy-redis.*] +ignore_missing_imports = True + +[mypy-magic.*] +ignore_missing_imports = True + +[mypy-werkzeug.*] +ignore_missing_imports = True + +[mypy-setuptools.*] ignore_missing_imports = True \ No newline at end of file -- cgit v1.2.3