79309412

Date: 2024-12-26 11:57:19
Score: 0.5
Natty:
Report link

While searching around, I found this, which solved the issue.

The solution is:

  1. Uninstall sqlalchemy2-stubs and/or sqlalchemy-stubs.
  2. Change the plugin in mypy.ini to plugins = sqlalchemy.ext.mypy.plugin.

This solved the issue.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Gronnmann