Annotations
10 errors and 1 warning
LintsMyPy:
app/models.py#L1
Cannot find implementation or library stub for module named "sqlalchemy"
|
LintsMyPy:
app/models.py#L2
Cannot find implementation or library stub for module named "sqlalchemy.dialects.postgresql"
|
LintsMyPy:
app/models.py#L3
Cannot find implementation or library stub for module named "sqlalchemy.orm"
|
LintsMyPy:
app/main.py#L4
Library stubs not installed for "requests" (or incompatible with Python 3.12)
|
LintsMyPy:
app/main.py#L4
Hint: "python3 -m pip install types-requests"
|
LintsMyPy:
app/main.py#L4
(or run "mypy --install-types" to install all missing stub packages)
|
LintsMyPy:
app/main.py#L4
See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
|
LintsMyPy:
app/main.py#L5
Cannot find implementation or library stub for module named "flask"
|
LintsMyPy:
app/main.py#L7
Cannot find implementation or library stub for module named "sqlalchemy"
|
LintsMyPy:
app/main.py#L8
Cannot find implementation or library stub for module named "sqlalchemy.orm"
|
LintsMyPy
Unexpected input(s) 'requirements_files', valid inputs are ['path', 'mypy_version', 'mypy_config_file', 'mypy_options', 'requirements', 'requirement_files', 'python_version']
|