diff options
author | Frederick Muriuki Muriithi | 2024-07-25 14:52:58 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-07-25 14:52:58 -0500 |
commit | 023618f5560a63eab94927f1c361f587fd1b2873 (patch) | |
tree | bf072a1066208dff5e9bd008a9a78243bf6522cd /mypy.ini | |
parent | 754e8f214b940e05298cb360ed829f5c685d55a5 (diff) | |
download | gn-uploader-023618f5560a63eab94927f1c361f587fd1b2873.tar.gz |
Fix typing and linting errors.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -28,4 +28,13 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-yaml.*] +ignore_missing_imports = True + +[mypy-pymonad.tools] +ignore_missing_imports = True + +[mypy-pymonad.either] +ignore_missing_imports = True + +[mypy-authlib.*] ignore_missing_imports = True
\ No newline at end of file |