mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
tidied and sorted imports
removed ones not required as well, groups and spaced.
This commit is contained in:
parent
cb0bcfd67f
commit
cd00569d64
18 changed files with 4 additions and 24 deletions
|
|
@ -16,7 +16,6 @@ from pre_commit.store import Store
|
|||
from pre_commit.util import make_executable
|
||||
from pre_commit.util import resource_text
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# This is used to identify the hook file we install
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ from pre_commit.staged_files_only import staged_files_only
|
|||
from pre_commit.store import Store
|
||||
from pre_commit.util import cmd_output_b
|
||||
|
||||
|
||||
logger = logging.getLogger('pre_commit')
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
SAMPLE_CONFIG = '''\
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue