There was an error while loading. Please reload this page.
1 parent 4d46e78 commit 06e44d7Copy full SHA for 06e44d7
1 file changed
pre_commit_hooks/check_yaml.py
@@ -8,7 +8,7 @@
8
9
import ruamel.yaml
10
11
-yaml = ruamel.yaml.YAML(typ='safe')
+yaml = ruamel.yaml.YAML(typ='safe', pure=True)
12
13
14
def _exhaust(gen: Generator[str, None, None]) -> None:
0 commit comments