Skip to content

Commit

Permalink
Merge pull request #42 from Kpler/fix-warning
Browse files Browse the repository at this point in the history
chore: fix warning
  • Loading branch information
leo-dur authored Dec 2, 2024
2 parents 1a38f41 + 1ffdef1 commit 35706a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
entry: ./git-branch-linearity.sh
always_run: true
pass_filenames: false
stages: [push]
stages: [pre-push]

- id: check-branch-name
name: Check branch name
language: script
entry: ./branch-naming.sh
always_run: true
pass_filenames: false
stages: [push]
stages: [pre-push]

- id: no-ephemeral-links
name: No ephemeral links
language: script
entry: ./no-ephemeral-links.sh
stages: [commit]
stages: [pre-commit]

- id: fastapi-generate-openapi-specification
name: Generate Open API specification from a Fast API
language: script
entry: ./fastapi-generate-openapi-specification.sh
stages: [commit]
stages: [pre-commit]
pass_filenames: false

- id: gitops-values-validation
name: GitOps values JSON schema validation
language: python
entry: python -m kp_pre_commit_hooks.gitops-values-validation
stages: [commit]
stages: [pre-commit]
always_run: true
pass_filenames: false
additional_dependencies:
Expand All @@ -48,6 +48,6 @@
name: Check if local Kafka Schemas are up to date with code
language: script
entry: ./kafka/check-local-schemas.sh
stages: [commit]
stages: [pre-commit]
files: ^(schemas/|src/main/scala/[^/]+/models/)
pass_filenames: false

0 comments on commit 35706a3

Please sign in to comment.