mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
add pre_commit.yaml module
This commit is contained in:
parent
978e26c544
commit
8529a0c1d3
9 changed files with 28 additions and 26 deletions
|
|
@ -5,7 +5,7 @@ import textwrap
|
|||
|
||||
import yaml
|
||||
|
||||
from pre_commit.util import yaml_load
|
||||
from pre_commit.yaml import yaml_load
|
||||
|
||||
|
||||
def _is_header_line(line: str) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue