Sander Teunissen
Sander Teunissen
Thanks! will try that out.
No it doesn't work. It looks like this issue https://github.com/ChristianKohler/PathIntellisense/issues/51 are identical. Whatever you put in your "/" custom setting it is always pointing to the current folder the file...
Yes it is. I like the way tyro does the output. And I see the pydantic validators as a powerful way to validate the arguments.
I will come up with something! :+1:
Hmm. Didn't expect your example to happen. But I think I do know why it does and I have seen it before, but not in your case where you explicitly...
Ah. I see. I guess you're right. But to prevent you from doing a lot of "needless" work, maybe even drop support for pydantic v1 altogether ?
Hi @playpauseandstop. I think have not documented this properly, but can you point your pr to my `dev` branch ?
also thank for your remark about `__main__.py`. I've created an issue for this: https://github.com/sander76/clipstick/issues/58
I think you mean I explicity/manually fill the `values` dictionary?. I could do that, but my problem is that my real data is really nested and that would require me...
My current workaround for this is to go into each workspace package folder and run deptry from there. Works ok. Thanks for this library!