diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 811aabc8aec99c9a8476c5bcae7ef856d26d00e8..82eccf67a76005b725685a0a27760deb33f928c7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -64,16 +64,17 @@ repos:
       - id: ruff
         types_or: [python, pyi, jupyter]
 
-  - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.8.0
-    hooks:
-      - id: mypy
-        args: [--ignore-missing-imports]
+  # - repo: https://github.com/pre-commit/mirrors-mypy
+  #   rev: v1.8.0
+  #   hooks:
+  #     - id: mypy
+  #       args: [--ignore-missing-imports]
 
   - repo: https://github.com/PyCQA/bandit
     rev: 1.7.6
     hooks:
       - id: bandit
+        args: ['-lll']
 
   - repo: https://github.com/Lucas-C/pre-commit-hooks-safety
     rev: v1.3.2