changed the entry point for pre-commit to call the script from the venv #250

Merged
dprodanov merged 1 commits from backport-pre-commit-fix-2 into 3.2 2025-08-29 11:38:27 +02:00

View File

@@ -3,7 +3,7 @@ repos:
hooks: hooks:
- id: check-manifest - id: check-manifest
name: "Check release-manifest" name: "Check release-manifest"
entry: .obs/manifest-check.py entry: python3 .obs/manifest-check.py
language: python language: python
additional_dependencies: ['ruamel.yaml'] additional_dependencies: ['ruamel.yaml']
pass_filenames: false pass_filenames: false