From 3652c431797208ace4a4b47aea2c1cd639ecc774049fa0150dc8d06a6ff1cff0 Mon Sep 17 00:00:00 2001 From: Denislav Prodanov Date: Fri, 29 Aug 2025 11:51:53 +0300 Subject: [PATCH] changed the entry point for pre-commit to call the script from the venv --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6297996..523ee52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 -- 2.49.0