diff options
| author | Frederick Muriuki Muriithi | 2024-11-21 13:44:53 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2024-11-21 13:45:31 -0600 |
| commit | 4e60c31520a14b843767cb1ad692441ca5614f8b (patch) | |
| tree | 5d6b2c26501f52693406d50c325765e6d2405c0f /mypy.ini | |
| parent | c1d8615bb045acc716880805d88193fdbb160279 (diff) | |
| download | gn-libs-4e60c31520a14b843767cb1ad692441ca5614f8b.tar.gz | |
Add `authlib` and `pymonad` as dependencies.
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 acf7e33..2373597 100644 --- a/mypy.ini +++ b/mypy.ini @@ -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 |
