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

@ -15,7 +15,7 @@ from pre_commit.hook import Hook
from pre_commit.languages import helpers
from pre_commit.prefix import Prefix
from pre_commit.util import win_exe
from pre_commit.util import yaml_load
from pre_commit.yaml import yaml_load
ENVIRONMENT_DIR = 'dartenv'