Ivan Levkivskyi

Results 436 comments of Ivan Levkivskyi

Thanks for updates! All looks good now, I am just waiting for the test fix.

One possible solution you can try is to modify to the command that plugin runs (right click in plugin window -> Configure plugin...). The plugin configs are stored per-project, so...

@wbolster Looks like you answered your own question. I think you can also just use `# type: ignore` on the definition with the explicit annotation. Also I think your way...

> ignoring errors on the line defining the column does not suppress the errors elsewhere when constructing instances This seems wrong, can you give an example?

This makes sense. I need to double-check this against our internal code (just in case). There are bunch of open PRs I am going to look very soon, maybe even...

@rafales Please let me know when this is ready for review.

I think we should try what @JukkaL proposes, using a union in this context may cause many false positives.

You need to overload the constructor, not the class itself.

I just checked this causes problems on Linux. Also it looks there is a hotkey clash for `Ctrl+Shift+M` that is used to run mypy. It looks like we might need...

Theoretically, there are no obstacles in generating some basic stubs and writing a mypy plugin for `Flask-SQLAlchemy`. But this is a large piece of work, and it is unlikely I...