Ofek Lev
Ofek Lev
I'm not sure where that response came from? I was talking specifically about that user's project.
> so AFAICT, @ofek correct me if I'm wrong, but the status of this issue is still "PR welcome to add an option, at least for part of the problem"?...
Inheritance is based on top-level keys (with the exception of `scripts` which acts upon its named keys). Perhaps try [extra-dependencies](https://hatch.pypa.io/1.9/config/environment/overview/#dependencies).
Let's say you have an environment A that has configuration which is just a mapping of strings to other types. Now you have an environment B that inherits from A....
> IRM might be easier now, now that we don't need to re-key all that. We may want to revisit. Did we end up revisiting this?
Thanks, I will do that tonight!
Is this possible, or supported currently? https://github.com/adamchainz/flake8-tidy-imports
Thanks! I've been enforcing absolute imports recently (except in tests) https://github.com/pypa/hatch/blob/b0911bb0eaa8d331c24eda940b97bf244ecd5ac3/.flake8#L8-L11 After that I'll switch over, and make new projects generated by Hatch use this.
Thank you!!! https://github.com/pypa/hatch/pull/607
Oh very interesting, thank you for the heads up! I did not know.