Fix handling of -q and -s, add pre-commit checks.

This commit is contained in:
Oleksandr Kozachuk
2023-04-19 15:28:19 +02:00
parent ad10af8f4f
commit df2f5e01a5
5 changed files with 30 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
[mypy]
files = chatmastermind, tests
ignore_missing_imports = True
strict_optional = True
warn_unused_ignores = False
warn_redundant_casts = True
warn_unused_configs = True