[stable/zed] Implement tooling to sync Helm charts (#1108)

Pin chart requirements
Refactor godaddy-webhook chart name
Sync Neutron with Gerrit #914886
Drop language changes in tox.ini
Pin all charts with a simplified tool
Add linter job to make sure charts are synced
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