Olzhas Arystanov
Olzhas Arystanov
I faced a similar problem when editing files that were not saved yet It seems to me that this may be related to using `--shadow-file` file when invoking `mypy`. Here...
Is there any way to disable mypy for newly opened files which are not saved on disk yet?
@jose-elias-alvarez Thank you, it works!
@akashSugmar He is referring to line numbers in the [pull request](https://github.com/trailofbits/algo/pull/14622), not in the master branch.
Hi @KPLauritzen , Sorry for the late reply, I had a very busy period. Even though your PR solves the specific issue that you mentioned, I hesitate to merge it...
Closing this for the lack of activity. Feel free to reopen
For anyone who is looking for a working and maintained alternative to `pytest-watch`: https://github.com/olzhasar/pytest-watcher
I faced the same issue and it looks like SQLAlchemy's `sessionmaker` works just fine with **sqlmodel**. The only caveat is that you have to provide `sqlmodel.Session` class to it: ```...
Is there anything preventing this PR from being merged?
Sure, I will prepare a PR for this once I have some free time.