Merge pull request #369 from pre-commit/safe_load

Use ruamel.yaml for readme_test
This commit is contained in:
Anthony Sottile 2019-03-10 15:33:11 -07:00 committed by GitHub
commit 8171e47eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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():