diff options
author | Frederick Muriuki Muriithi | 2024-07-29 13:19:53 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-05 09:52:17 -0500 |
commit | 09642e11e318d149cf628d6b536e04443845665d (patch) | |
tree | 3eb85b123296b6195d10ca575956e19a8401b9b5 /mypy.ini | |
parent | 889ff3116c8e412bb8bf969bd9484269ee716cb0 (diff) | |
download | gn-uploader-09642e11e318d149cf628d6b536e04443845665d.tar.gz |
mypy and pylint fixes.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |