diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml
index 973b4ca3f96..2e5b49b72ad 100644
--- a/.trunk/trunk.yaml
+++ b/.trunk/trunk.yaml
@@ -42,6 +42,14 @@ lint:
     - trivy@0.54.1
     - trufflehog@3.81.7
     - yamllint@1.35.1
+  ignore:
+    - linters: [ALL]
+      paths:
+        - "**/*.pyi"
+    - linters: [bandit]
+      paths:
+        - integration/**
+        - tests/**
 actions:
   enabled:
     - trunk-announce