Open aebrahim opened 2 days ago
I wonder what is causing the mypy issue - is the alembic typing out of date? Maybe it needs to be updated.
I think it's because I'm extending the alembic operations but not correctly extending the types so the operations are not recognized
oh ok I will create a documentation for the custom alembic operation that we created here. There is just one issue that with these operations, it's that mypy doesn't recognize them as part of alembic so it fails mypy analysis. I don't know if this is something that should be fixed or not.