From 01850a34c7bbd8bf600768d0511f30b8f732993b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 10 Mar 2019 15:24:38 -0700 Subject: [PATCH] Use ruamel.yaml for readme_test --- tests/readme_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/readme_test.py b/tests/readme_test.py index b2d03b3..fd6d265 100644 --- a/tests/readme_test.py +++ b/tests/readme_test.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals import io -import yaml +from pre_commit_hooks.check_yaml import yaml def test_readme_contains_all_hooks():