diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,3 +51,6 @@ ignore_missing_imports = True [mypy-yoyo.*] ignore_missing_imports = True + +[mypy-authlib.*] +ignore_missing_imports = True |