pyyaml
pyyaml copied to clipboard
Adds y and n to YAML Boolean Values
Fixes #247
According to https://yaml.org/type/bool.html, y
, Y
, n
, and N
are Boolean scalars.
Note that this is YAML 1.1, but pyyaml doesn't support 1.2 anyway.
Gentle bump for an update on this PR?
Can we trigger the tests to run again? When I opened this PR, all tests were failing (not due to my PR).
You can maybe rebase on top of latest master and re-push? That will just trigger them again.