Chris Pryer
Chris Pryer
I've been using `fish` lately (new to it). I don't think I tested this right.
- https://github.com/clap-rs/clap/issues/3166 It works in a bash shell. ``` bash-3.2$ rye --help -h build help install make-req remove self show toolchain --version add fetch init lock pin run shell sync...
`.python-version` is familiar to probably a good portion of potential users because of `pyenv` -- if I had to guess. I do agree though that it would be nice to...
> One approach could be to rewrite the `load_python_version` function to check inside `pyproject.toml` if there is no `.python-version` file. The problem I see with this is going down this...
I think both requirements are compatible with each other with some relatively minor changes as far as I understand this. I agree that *UX* for dataframe libraries comes mainly from...
For visibility #2732 might have overlap with any implementation here.
FWIW I've been using `insta` working on `ruff` PRs. My experience is limited, but I think the way information is currently presented is fine. Not sure if you're looking for...
Note `black` has been replaced with `ruff` but the same behavior will occur with the format step used.
Tagging as a good first issue if scope is limited to something like (1) parse version slice of filename, (2) check if its a valid Python interpreter version, (3a) if...