Fix ILIAS init.py and Pferd.py authenticators

This commit is contained in:
I-Al-Istannen
2020-12-05 23:35:20 +01:00
parent 83ea15ee83
commit f47b137b59
3 changed files with 13 additions and 6 deletions

View File

@ -3,5 +3,5 @@ disallow_untyped_defs = True
disallow_incomplete_defs = True
no_implicit_optional = True
[mypy-rich.*,bs4]
[mypy-rich.*,bs4,keyring]
ignore_missing_imports = True