mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Fixed flake8 issue
This commit is contained in:
parent
f2e3803913
commit
f7b8e09e68
1 changed files with 1 additions and 1 deletions
|
|
@ -1169,7 +1169,7 @@ def test_local_lua_additional_dependencies(store):
|
|||
'powershell_repo',
|
||||
),
|
||||
)
|
||||
def test_dotnet_hook(tempdir_factory, store, repo):
|
||||
def test_powershell_hook(tempdir_factory, store, repo):
|
||||
_test_hook_repo(
|
||||
tempdir_factory, store, repo,
|
||||
'powershell-example-hook', [], b'Hello from Powershell\n',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue