mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Rename RepoInstaller to Repository
This commit is contained in:
parent
abea886a3d
commit
d77d01cd22
3 changed files with 43 additions and 63 deletions
|
|
@ -5,7 +5,7 @@ from plumbum import local
|
|||
from pre_commit.hooks_workspace import in_hooks_workspace
|
||||
|
||||
|
||||
class RepoInstaller(object):
|
||||
class Repository(object):
|
||||
def __init__(self, repo_config):
|
||||
self.repo_config = repo_config
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue