mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Upgrade add-trailing-comma to 0.5.1
This commit is contained in:
parent
412bb7c718
commit
3e3932d5a6
2 changed files with 3 additions and 3 deletions
|
|
@ -146,7 +146,7 @@ def test_config_with_local_hooks_definition_fails(config_obj):
|
|||
'language': 'script',
|
||||
'files': '',
|
||||
'args': ['hello', 'world'],
|
||||
}]
|
||||
}],
|
||||
}],
|
||||
),
|
||||
)
|
||||
|
|
@ -185,7 +185,7 @@ def test_validate_manifest_main(args, expected_output):
|
|||
'name': 'b',
|
||||
'entry': 'c',
|
||||
'language': 'python',
|
||||
'files': r'\.py$'
|
||||
'files': r'\.py$',
|
||||
}],
|
||||
True,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue