mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Move pre_commit.schema to cfgv library
This commit is contained in:
parent
8bb4d63d3b
commit
bdad930d71
9 changed files with 58 additions and 791 deletions
|
|
@ -3,11 +3,12 @@ from __future__ import print_function
|
|||
import argparse
|
||||
import re
|
||||
|
||||
from cfgv import apply_defaults
|
||||
|
||||
import pre_commit.constants as C
|
||||
from pre_commit import git
|
||||
from pre_commit.clientlib import load_config
|
||||
from pre_commit.clientlib import MANIFEST_HOOK_DICT
|
||||
from pre_commit.schema import apply_defaults
|
||||
|
||||
|
||||
def exclude_matches_any(filenames, include, exclude):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue