You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is similar to #161. I have a class that wraps some YAML being loaded and want to make sure I get strings as opposed to floats for values such as 1.1. My users forget to quote them all the time.
Is your feature request related to a problem? Please describe.
This is similar to #161. I have a class that wraps some YAML being loaded and want to make sure I get strings as opposed to floats for values such as 1.1. My users forget to quote them all the time.
Describe the solution you'd like
Would like the above to raise an error when
val=1.1
and pass whenval='1.1'
.The text was updated successfully, but these errors were encountered: