Merge pull request 'changed the entry point for pre-commit to call the script from the venv' (#250) from backport-pre-commit-fix-2 into 3.2
Synchronize Project Metadata / sync-prj-meta (push) Successful in 13s
Synchronize Project Metadata / sync-prj-meta (push) Successful in 13s
Reviewed-on: #250 Reviewed-by: Nicolas Belouin <nbelouin@noreply.src.opensuse.org>
This commit was merged in pull request #250.
This commit is contained in:
@@ -3,7 +3,7 @@ repos:
|
||||
hooks:
|
||||
- id: check-manifest
|
||||
name: "Check release-manifest"
|
||||
entry: .obs/manifest-check.py
|
||||
entry: python3 .obs/manifest-check.py
|
||||
language: python
|
||||
additional_dependencies: ['ruamel.yaml']
|
||||
pass_filenames: false
|
||||
|
||||
Reference in New Issue
Block a user