rye
rye copied to clipboard
rye config --set uses quotes around booleans
Steps to Reproduce
run rye config --set behavior.use-uv=true
Expected Result
~/.rye/config.toml looks like
[behavior] global-python = true use-uv = true
Actual Result
~/.rye/config.toml looks like
[behavior] global-python = true use-uv = "true"
Not sure if this is actually a problem, besides the fact that it looks inconsistent.
Version Info
rye 0.24.0 commit: 0.24.0 (8d56aa18a 2024-02-15) platform: linux (x86_64) self-python: [email protected] symlink support: true
(I'm using wsl2)
Stacktrace
No response