Ofek Lev

Results 1177 comments of Ofek Lev

Are you saying that file should always be included like these? https://hatch.pypa.io/latest/plugins/builder/sdist/#default-file-selection If so I'm fine with that, I just have never heard of that file before.

Oh I see, thanks for explaining. In that case I think this would be a feature request for: https://github.com/ofek/hatch-vcs There is also a desire for an option that would trigger...

I would be interested but just FYI it would be a bit tricky because the code that you linked wraps the actual CLI argument parsing. This is also why I...

That should work precisely if you are using the same version as the default https://github.com/pypa/hatch/blob/master/src/hatch/env/internal/static_analysis.py

How does the change affect responsiveness? https://github.com/pypa/hatch/blob/6de802b882578e342bd5d397b8050b4b18574bc2/.github/workflows/test.yml#L169

Not super happy about that but it's the only way so that's fine

Oh something else to watch out for would be the publishing stuff e.g. credentials might be saved as a variable

An environment variable sounds nice if that's okay with you!

Yes that is in-scope however just FYI it is unlikely that I would reimplement that but rather simply use pipx. There is a trend now in the code base where...

Okay, makes sense. I will think more about the implementation but know that no matter what this will be a feature!