mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 02:16:52 +00:00
Move get_template_path function to pakcage utils
Moved out the function from testing package to project main package.
This commit is contained in:
parent
51e5b74f80
commit
f072bb622f
4 changed files with 8 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ from jinja2 import Template
|
|||
|
||||
from pre_commit_hooks.util import CalledProcessError
|
||||
from pre_commit_hooks.util import cmd_output
|
||||
from testing.util import get_template_path
|
||||
from pre_commit_hooks.util import get_template_path
|
||||
|
||||
|
||||
def get_current_branch() -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue