{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/mypy --explicit-package-bases db.py step_load.py pipeline.py --ignore-missing-imports 2>&1 | head -20",
"description": "Run mypy with explicit package bases"
}
}
{
"tool_response": {
"stdout": "protokoll.py:35: error: Incompatible default for argument \"response\" (default has type \"None\", argument has type \"str\") [assignment]\nprotokoll.py:35: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True\nprotokoll.py:35: note: Use https:\/\/github.com\/hauntsaninja\/no_implicit_optional to automatically upgrade your codebase\nprotokoll.py:36: error: Incompatible default for argument \"model_name\" (default has type \"None\", argument has type \"str\") [assignment]\nprotokoll.py:36: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True\nprotokoll.py:36: note: Use https:\/\/github.com\/hauntsaninja\/no_implicit_optional to automatically upgrade your codebase\nprotokoll.py:41: error: Incompatible default for argument \"error_message\" (default has type \"None\", argument has type \"str\") [assignment]\nprotokoll.py:41: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True\nprotokoll.py:41: note: Use https:\/\/github.com\/hauntsaninja\/no_implicit_optional to automatically upgrade your codebase\nprotokoll.py:142: error: Incompatible types in assignment (expression has type \"str\", variable has type \"None\") [assignment]\ndb.py:281: error: Incompatible default for argument \"version\" (default has type \"None\", argument has type \"str\") [assignment]\ndb.py:281: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True\ndb.py:281: note: Use https:\/\/github.com\/hauntsaninja\/no_implicit_optional to automatically upgrade your codebase\ndb.py:633: error: Incompatible default for argument \"source_id\" (default has type \"None\", argument has type \"int\") [assignment]\ndb.py:633: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True\ndb.py:633: note: Use https:\/\/github.com\/hauntsaninja\/no_implicit_optional to automatically upgrade your codebase\ndb.py:634: error: Incompatible default for argument \"pipeline_run_id\" (default has type \"None\", argument has type \"int\") [assignment]\ndb.py:634: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True\ndb.py:634: note: Use https:\/\/github.com\/hauntsaninja\/no_implicit_optional to automatically upgrade your codebase\ndb.py:635: error: Incompatible default for argument \"pipeline_step\" (default has type \"None\", argument has type \"str\") [assignment]",
"stderr": "",
"interrupted": false,
"isImage": false
}
}