Ofek Lev
Ofek Lev
Does that suffice?
Everything is documented here https://hatch.pypa.io/latest/config/hatch/#directories Is there something I could do to make that more clear?
Yes that is literally coming next month actually! Right now I'm finishing up the `fmt` command.
Documentation would never happen I think because there is no monopoly. For tests `pytest` does have a monopoly and for formatting/linting Ruff is literally better than everything.
> Hatch could choose one or the other based on the existence of `conf.py` or `mkdocs.yml`. So Hatch would transparently manage the environment with conditional dependencies and any arguments would...
I don't know if I'll be able to help you with this. I created an out of band patch release because the bug was quite critical and people kept reporting...
I'll leave this open until there is a release with your fix, thank you for understanding!
Hey! I think rather than handling your edge case directly I should call `os.path.normpath` internally. Would that suffice?
What did you try exactly?