From e1cefec672d008b2295e91c5ae689e45c8f6d06f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 14:24:00 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml | 2 +- testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj | 2 +- testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj | 2 +- tests/repository_test.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml b/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml index 4b0c5fad1..f221854a4 100644 --- a/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml +++ b/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml @@ -9,4 +9,4 @@ description: Test Project 2 entry: proj2 language: dotnet - stages: [commit] + stages: [commit] diff --git a/testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj b/testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj index 7b5cf7ad7..9084c8a05 100644 --- a/testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj +++ b/testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj @@ -6,7 +6,7 @@ true proj1 - ./nupkg + ./nupkg diff --git a/testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj b/testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj index 8312e9dae..0882c6a91 100644 --- a/testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj +++ b/testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj @@ -6,7 +6,7 @@ true proj2 - ./nupkg + ./nupkg diff --git a/tests/repository_test.py b/tests/repository_test.py index b97526a21..5c7909c5c 100644 --- a/tests/repository_test.py +++ b/tests/repository_test.py @@ -1042,7 +1042,7 @@ def test_local_perl_additional_dependencies(store): ( 'dotnet_hooks_csproj_repo', 'dotnet_hooks_sln_repo', - 'dotnet_hooks_combo_repo' + 'dotnet_hooks_combo_repo', ), ) def test_dotnet_hook(tempdir_factory, store, repo):