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
I was going to create an issue because my CI passes despite mypy failing with:
.mypy.ini:16: error: Error importing plugin "sqlalchemy.ext.mypy.plugin": The SQLAlchemy mypy plugin in SQLAlchemy 2.0 does not work with sqlalchemy-stubs or sqlalchemy2-stubs installed, as well as with any other third party SQLAlchemy stubs. Please uninstall all SQLAlchemy stubs packages. [misc]
Found 1 error in 1 file (errors prevented further checking)
However, I'm not sure if it's a problem with the latest release or not, as I was using v1, which does not appear to point to the latest release.
Convention for actions is that a v1 tag is kept up-to-date with the latest v1.x release. So, I'd suggest deleting that tag and renaming it to v1.0 if you don't plan move it to the latest release. That should avoid any confusion.
The text was updated successfully, but these errors were encountered:
I was going to create an issue because my CI passes despite mypy failing with:
However, I'm not sure if it's a problem with the latest release or not, as I was using v1, which does not appear to point to the latest release.
Convention for actions is that a v1 tag is kept up-to-date with the latest v1.x release. So, I'd suggest deleting that tag and renaming it to v1.0 if you don't plan move it to the latest release. That should avoid any confusion.
The text was updated successfully, but these errors were encountered: