Refactor AIBot initialization and response handling; add type hints and update pre-commit configuration
This commit is contained in:
parent
7b010bfd0f
commit
761111bb07
6 changed files with 85 additions and 54 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue