Skip to content

Commit 8171e47

Browse files
authored
Merge pull request #369 from pre-commit/safe_load
Use ruamel.yaml for readme_test
2 parents e463c92 + 01850a3 commit 8171e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/readme_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import io
55

6-
import yaml
6+
from pre_commit_hooks.check_yaml import yaml
77

88

99
def test_readme_contains_all_hooks():

0 commit comments

Comments
 (0)