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

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

View File

@@ -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