Skip to content

Quoted numeric values should be returned as strings, not parsed into numbers #294

@reger

Description

@reger

If you have something like my_setting: "2.1" in your file, it gets returned as a Float, the same as my_setting: 2.1 does. I would expect an explicitly quoted value to be returned as a string. I know I can set config.env_parse_values = false, but I don't want all numerics returned as strings.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions