mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 08:34:41 +04:00
Print message when installing repositories.
This commit is contained in:
parent
36ecf23c2e
commit
74363e6ec2
9 changed files with 78 additions and 29 deletions
|
|
@ -9,3 +9,4 @@ from pre_commit.languages.all import languages
|
|||
def test_all_languages_support_interface(language):
|
||||
assert hasattr(languages[language], 'install_environment')
|
||||
assert hasattr(languages[language], 'run_hook')
|
||||
assert hasattr(languages[language], 'ENVIRONMENT_DIR')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue