rye icon indicating copy to clipboard operation
rye copied to clipboard

rye config --set uses quotes around booleans

Open tfriedel opened this issue 1 year ago • 0 comments

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

tfriedel avatar Feb 18 '24 23:02 tfriedel