mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Update fixtures.py
This commit is contained in:
parent
afeac2f099
commit
15b1f118b5
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ def modify_manifest(path):
|
|||
manifest_file.write(ordered_dump(manifest, **C.YAML_DUMP_KWARGS))
|
||||
cmd_output(
|
||||
'git', 'commit', '--no-gpg-sign', '-am',
|
||||
'update {}'.format(C.MANIFEST_FILE), cwd=path,
|
||||
'update {}'.format(C.MANIFEST_FILE),
|
||||
cwd=path,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue