mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
move languages.all and languages.helpers out of languages
This commit is contained in:
parent
5bc56889e9
commit
d3883ce7f7
30 changed files with 274 additions and 282 deletions
|
|
@ -19,9 +19,9 @@ from identify.identify import tags_from_path
|
|||
from pre_commit import color
|
||||
from pre_commit import git
|
||||
from pre_commit import output
|
||||
from pre_commit.all_languages import languages
|
||||
from pre_commit.clientlib import load_config
|
||||
from pre_commit.hook import Hook
|
||||
from pre_commit.languages.all import languages
|
||||
from pre_commit.repository import all_hooks
|
||||
from pre_commit.repository import install_hook_envs
|
||||
from pre_commit.staged_files_only import staged_files_only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue