From 09642e11e318d149cf628d6b536e04443845665d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 29 Jul 2024 13:19:53 -0500 Subject: mypy and pylint fixes. --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index 79c9a9c..6ebd850 100644 --- a/mypy.ini +++ b/mypy.ini @@ -37,4 +37,7 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-authlib.*] +ignore_missing_imports = True + +[mypy-flask_session.*] ignore_missing_imports = True \ No newline at end of file -- cgit v1.2.3