feat(monitoring): add to operator
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e621fc8..ac3d06c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,3 +1,5 @@
+exclude: '^atmosphere/jsonnet/vendor'
+
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
     rev: v4.3.0
@@ -33,6 +35,14 @@
     hooks:
       - id: isort
 
+  - repo: https://github.com/google/go-jsonnet
+    rev: v0.18.0
+    hooks:
+      - id: jsonnet-format
+        files: atmosphere/jsonnet/\w\.(jsonnet|libsonnet)$
+      - id: jsonnet-lint
+        files: atmosphere/jsonnet/\w\.(jsonnet|libsonnet)$
+
   - repo: https://github.com/igorshubovych/markdownlint-cli
     rev: v0.32.2
     hooks: