mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Fix "while scanning a plain scalar found unexpected ':'"
This commit is contained in:
parent
5a2f272d48
commit
3bdd0b0802
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from typing import Sequence
|
||||||
|
|
||||||
import ruamel.yaml
|
import ruamel.yaml
|
||||||
|
|
||||||
yaml = ruamel.yaml.YAML(typ='safe')
|
yaml = ruamel.yaml.YAML(typ='safe', pure=True)
|
||||||
|
|
||||||
|
|
||||||
def _exhaust(gen: Generator[str, None, None]) -> None:
|
def _exhaust(gen: Generator[str, None, None]) -> None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue