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

@ -19,3 +19,4 @@ repos:
rev: v1.15.0
hooks:
- id: mypy
additional_dependencies: [mistralai, py-cord]