mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +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
f2e3803913
commit
df79b0f037
5 changed files with 5 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ import sys
|
|||
|
||||
LANGUAGES = [
|
||||
'conda', 'coursier', 'dart', 'docker', 'docker_image', 'dotnet', 'fail',
|
||||
'golang', 'lua', 'node', 'perl', 'powershell', 'pygrep', 'python', 'r',
|
||||
'golang', 'lua', 'node', 'perl', 'powershell', 'pygrep', 'python', 'r',
|
||||
'ruby', 'rust', 'script', 'swift', 'system',
|
||||
]
|
||||
FIELDS = [
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
description: Test Powershell Project
|
||||
entry: test-script.ps1
|
||||
language: powershell
|
||||
stages: [commit]
|
||||
stages: [commit]
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Write-Output "Hello from Powershell"
|
||||
exit 0
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue