Initial commit.

This commit is contained in:
Fjerkroa Auto
2023-03-21 18:25:14 +01:00
commit 5054cac49b
14 changed files with 246 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[mypy]
files = fjerkroa_bot, tests
ignore_missing_imports = True
strict_optional = True
warn_unused_ignores = True
warn_redundant_casts = True
warn_unused_configs = True