openreplay/.pre-commit-config.yaml
rjshrjndrn 9f0917ce5b refactor(helm): skip db migration, in conditions
1. if there are no version change
2. if skipMigration variable is set
3. if forceMigration variable is not set

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2023-10-06 12:52:39 +02:00

7 lines
165 B
YAML

repos:
- repo: https://github.com/gitguardian/ggshield
rev: v1.14.5
hooks:
- id: ggshield
language_version: python3
stages: [commit]