Fix mypy errors.

This commit is contained in:
OK
2023-04-13 18:44:28 +02:00
parent 2508a12b44
commit 1ef9439906
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
files = fjerkroa_bot, tests
ignore_missing_imports = True
strict_optional = True
warn_unused_ignores = True
warn_unused_ignores = False
warn_redundant_casts = True
warn_unused_configs = True