Implement tooling to sync Helm charts (#1105)
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 60a0756..f42c49e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -9,24 +9,17 @@
- id: trailing-whitespace
exclude: ^images/.*/patches/.*\.patch$
- - repo: https://github.com/compilerla/conventional-pre-commit
- rev: v2.0.0
- hooks:
- - id: conventional-pre-commit
- stages:
- - commit-msg
-
- repo: https://github.com/psf/black
- rev: 22.8.0
+ rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
- rev: 5.0.4
+ rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
- rev: 5.12.0
+ rev: 5.13.2
hooks:
- id: isort