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

Merged
dprodanov merged 1 commits from dprodanov/Factory:fix-pre-commit into main 2025-08-29 10:53:41 +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