diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8d45fa8d3077ab408059acf26d8fb24e90151b82..88130545e545080bce90928dad8421b73a57b6fd 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -73,33 +73,6 @@ repos:
       - id: isort
         args: ["--filter-files", "--profile", "black"]
 
-  - repo: https://github.com/PyCQA/prospector.git
-    rev: 1.7.7
-    hooks:
-      - id: prospector
-        args:
-          - |-
-            --max-line-length=79
-          - |-
-            --with-tool=pyroma
-          - |-
-            --with-tool=bandit
-          - |-
-            --without-tool=pep257
-          - |-
-            --doc-warnings
-          - |-
-            --test-warnings
-          - |-
-            --full-pep8
-          - |-
-            --strictness=high
-          - |-
-            --no-autodetect
-        additional_dependencies:
-          - bandit
-          - pyroma
-
   - repo: https://github.com/pycqa/flake8.git
     rev: 3.9.2
     hooks: