diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,4 +2,10 @@ mypy_path = stubs [mypy-MySQLdb.*] +ignore_missing_imports = True + +[mypy-authlib.*] +ignore_missing_imports = True + +[mypy-pymonad.*] ignore_missing_imports = True
\ No newline at end of file |