From 2ea4de43fe2e0160e27b605f2c65f33c5a2083d7 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Wed, 12 Jul 2017 12:13:34 +0200 Subject: update to flake8==3.3.0 with --ignore F405 --- _test/test_tag.py | 1 + 1 file changed, 1 insertion(+) (limited to '_test/test_tag.py') diff --git a/_test/test_tag.py b/_test/test_tag.py index 58249ae..f1a72c3 100644 --- a/_test/test_tag.py +++ b/_test/test_tag.py @@ -17,6 +17,7 @@ class XXX(yaml.comments.CommentedMap): yield data constructor.construct_mapping(node, data) + yaml.add_constructor(u'!xxx', XXX.yaml_load, constructor=yaml.RoundTripConstructor) yaml.add_representer(XXX, XXX.yaml_dump, representer=yaml.RoundTripRepresenter) -- cgit v1.2.1