Files
Factory/.pre-commit-config.yaml
Denislav Prodanov 3652c43179
Some checks failed
Check Release Manifest Local Charts Versions / Check Release Manifest Local Charts Versions (pull_request) Successful in 21s
Build PR in OBS / Build PR in OBS (pull_request_target) Failing after 1m43s
changed the entry point for pre-commit to call the script from the venv
2025-08-29 11:51:53 +03:00

11 lines
275 B
YAML

repos:
- repo: local
hooks:
- id: check-manifest
name: "Check release-manifest"
entry: python3 .obs/manifest-check.py
language: python
additional_dependencies: ['ruamel.yaml']
pass_filenames: false
always_run: true