Skip to content

Commit 8a34b07

Browse files
author
Yann Rouillard
committed
refactor: do a major refactor of gitops validation
In order to prepare to update it to allow for easy extension with additional checks. On the way, we also enable some caching to speed up the gitops validation when the same chart version is used across several services.
1 parent a9a7941 commit 8a34b07

3 files changed

Lines changed: 272 additions & 155 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
stages: [commit]
3535
always_run: true
3636
pass_filenames: false
37+
additional_dependencies:
38+
- jsonschema==4.19.0
39+
- requests==2.31.0
40+
- ruamel-yaml==0.17.32
41+
- urllib3==1.26.15
42+
- pyyaml==6.0.1
43+
- termcolor==2.4.0
44+
- semver==3.0.2
45+
3746

3847
- id: kafka-check-schemas
3948
name: Check if local Kafka Schemas are up to date with code

0 commit comments

Comments
 (0)