add pre_commit.yaml module

This commit is contained in:
Anthony Sottile 2023-01-01 16:58:16 -05:00
parent 978e26c544
commit 8529a0c1d3
9 changed files with 28 additions and 26 deletions

View file

@ -14,7 +14,7 @@ from identify.identify import ALL_TAGS
import pre_commit.constants as C
from pre_commit.errors import FatalError
from pre_commit.languages.all import all_languages
from pre_commit.util import yaml_load
from pre_commit.yaml import yaml_load
logger = logging.getLogger('pre_commit')