diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index fe3e3f9b8e..071fab2133 100644 --- a/mypy.ini +++ b/mypy.ini @@ -139,6 +139,12 @@ disallow_untyped_defs = True [mypy-authlib.*] ignore_missing_imports = True +[mypy-bcrypt] +ignore_missing_imports = True + +[mypy-bs4.*] +ignore_missing_imports = True + [mypy-canonicaljson] ignore_missing_imports = True |