mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Added fix end of file hook.
This commit is contained in:
parent
8c30419c13
commit
dc1494d0e7
13 changed files with 15 additions and 16 deletions
|
|
@ -12,4 +12,4 @@ def test_all_languages_have_repo_setups():
|
|||
@pytest.mark.parametrize('language', C.SUPPORTED_LANGUAGES)
|
||||
def test_all_languages_support_interface(language):
|
||||
assert hasattr(languages[language], 'install_environment')
|
||||
assert hasattr(languages[language], 'run_hook')
|
||||
assert hasattr(languages[language], 'run_hook')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue