Ben Mares
Ben Mares
> thanks, inconsistent use of _ vs - between pip and conda always trip me up. Yes, me too! I wish I could do something about it, but I'm not...
Generic advice would be to not mix conda-forge and defaults, and minimize the number of pip dependencies. @IamShubhamGupto please open a new issue with the details of your setup.
@tomrutter, that would be excellent! BTW I believe that the pre-commit venv would not install the project, so there should be no potential for conflicts.
This looks like a duplicate of https://github.com/macisamuele/language-formatters-pre-commit-hooks/issues/161
I feel like this TOML pre-commit hook needs a big red warning that it's unsafe since it will unceremoniously delete comments.
Potentially related problem here: I'm running on Linux, and some unknown process keeps trying to access `/keybase/public/bin`. I get a corresponding notification from Keybase that I accessed the public folder...
I'm also seeing a notification for `/keybase/private/scripts`, so I think it is the same issue.
Thank you very much @theangryangel, I was indeed just using Live Share!!! That is really, really bizarre, and also rather concerning.
EDIT: More simply, skip to my next comment. I ran into this and was desperate for some workaround, so I wrote [this gist](https://gist.github.com/maresb/4c978e0e0ebf7379b3abc94bce2d050d). There may be a more clever way...
@trippersham, even more simply, it looks like a very slight modification of your attempt actually works! ```python from_account: Account = Relationship(sa_relationship_kwargs=dict(foreign_keys="[Transaction.from_account_id]")) ```