Replies: 2 comments 11 replies
|
It would be nice to have a way to suppress/skip tag validation rather than disable the validation feature entirely. I'm running into the same thing right now with multiconstructors, and adding every tag variation to this list isn't a great option. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello, is it possible to handle yaml multi constructors? Now i got this

It is initialized with
PyYAML.Loader.add_multi_constructor()and can handle any passed scalar, sequence or mapping.All reactions