mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
be25dddf85
commit
e1cefec672
4 changed files with 4 additions and 4 deletions
|
|
@ -9,4 +9,4 @@
|
||||||
description: Test Project 2
|
description: Test Project 2
|
||||||
entry: proj2
|
entry: proj2
|
||||||
language: dotnet
|
language: dotnet
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<PackAsTool>true</PackAsTool>
|
<PackAsTool>true</PackAsTool>
|
||||||
<ToolCommandName>proj1</ToolCommandName>
|
<ToolCommandName>proj1</ToolCommandName>
|
||||||
<PackageOutputPath>./nupkg</PackageOutputPath>
|
<PackageOutputPath>./nupkg</PackageOutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<PackAsTool>true</PackAsTool>
|
<PackAsTool>true</PackAsTool>
|
||||||
<ToolCommandName>proj2</ToolCommandName>
|
<ToolCommandName>proj2</ToolCommandName>
|
||||||
<PackageOutputPath>./nupkg</PackageOutputPath>
|
<PackageOutputPath>./nupkg</PackageOutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -1042,7 +1042,7 @@ def test_local_perl_additional_dependencies(store):
|
||||||
(
|
(
|
||||||
'dotnet_hooks_csproj_repo',
|
'dotnet_hooks_csproj_repo',
|
||||||
'dotnet_hooks_sln_repo',
|
'dotnet_hooks_sln_repo',
|
||||||
'dotnet_hooks_combo_repo'
|
'dotnet_hooks_combo_repo',
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
def test_dotnet_hook(tempdir_factory, store, repo):
|
def test_dotnet_hook(tempdir_factory, store, repo):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue