You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipenv run mypy --follow-imports=skip test_db.py
test_db.py:11: error: Incompatible types in assignment (expression has type "str", variable has type "Column[String]") [assignment]
Scenario that works as expected:
test_db.py:Command:
pipenv run mypy --follow-imports=skip test_db.pyResult:
Everything passes, yay! 🎉
Failure scenario:
test_db.py:base_file.py:Command plus output:
Versions.