Refactor AIBot initialization and response handling; add type hints and update pre-commit configuration

This commit is contained in:
Edgar P. Burkhart 2025-03-22 18:05:42 +01:00
parent 7b010bfd0f
commit 761111bb07
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
6 changed files with 85 additions and 54 deletions

View file

@ -18,3 +18,8 @@ dev = [
"pre-commit>=4.2.0",
"ruff>=0.11.2",
]
[tool.mypy]
strict = true
disallow_untyped_calls = false
disallow_untyped_decorators = false