Skip to content

Commit 5bdeea0

Browse files
Merge pull request #30 from Kpler/feat/PTFM-9207/implement-additional-checks-for-topic-name
feat: add new check for topic name compliance in gitops validation
2 parents c579893 + 5de7ad9 commit 5bdeea0

3 files changed

Lines changed: 285 additions & 154 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)